vyudin
vyudin
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Binded Events won't fire. Oct. 30, 2023, 11:26 a.m.
Hello!
I can't get any of my custom event fired when I bind it to Houdini Wrapper in Blueprints.
SideFx example is working.
Steps to reproduce:
1. Open SideFx example "/HoudiniEngine/Examples/EUA/EUA_CurveInputExample"
2. Bind/Assign your own Custom Event on PostProcess Delegate (for example).
3. Drop "EUA_CurveInputExample" BP on level.
4. Hit "Run Curve Input Example" button in Details of this BP.
5. Move any point of Curve.
Result: You will get original Event fired, but never - your Custom one.
Also - you can see the different icons on Event.
How can I make it work?
Thank you!
I can't get any of my custom event fired when I bind it to Houdini Wrapper in Blueprints.
SideFx example is working.
Steps to reproduce:
1. Open SideFx example "/HoudiniEngine/Examples/EUA/EUA_CurveInputExample"
2. Bind/Assign your own Custom Event on PostProcess Delegate (for example).
3. Drop "EUA_CurveInputExample" BP on level.
4. Hit "Run Curve Input Example" button in Details of this BP.
5. Move any point of Curve.
Result: You will get original Event fired, but never - your Custom one.
Also - you can see the different icons on Event.
How can I make it work?
Thank you!
Set Data Table to Houdini' Operator Path parameter in UE? Oct. 30, 2023, 10:39 a.m.
Just in case if anybody need it, solution is to create the Geometry input and set Data Table to it. Not as parameter.
Cooking an existing asset from Editor utilities actor Oct. 20, 2023, 12:04 p.m.
This is a proper way to hande it...