Hi,
I'm a bit of a noob to Unreal blueprints,
if I have a parameter in the houdini engine in unreal and I want to be able to change it through blueprints, how can I do that?
I have a seed parameter that creates a random shape and I want the user to be able to change that so it has to be accessible through blueprints..
Does anyone have any idea how it's done?
Thanks
Parameter changes through blueprints
1917 1 0- Aviv Tal
- Member
- 3 posts
- Joined: Aug. 2015
- Online
- dneproman
- Member
- 3 posts
- Joined: June 2015
- Offline
Hello! This is all what Houdini Engine class can do inside Unreal Blueprint. [www.sidefx.com]
In other words You cannot able to seed you parameters via Blueprint at now moment. I think it is features are soon will be added.
Because interesting thing, Houdini Engine component inside Blueprint have function "Has Parameter" which return boolean variable if parameter name is valid and this is works fine
Via Houdini Engine very handy to prototype levels and generate geometry inside Unreal.
Seed your integer parameter then Bake to static mesh this is way.
In other words You cannot able to seed you parameters via Blueprint at now moment. I think it is features are soon will be added.
Because interesting thing, Houdini Engine component inside Blueprint have function "Has Parameter" which return boolean variable if parameter name is valid and this is works fine
Via Houdini Engine very handy to prototype levels and generate geometry inside Unreal.
Seed your integer parameter then Bake to static mesh this is way.
-
- Quick Links