sideeffects / HoudiniEngineForUnreal

Houdini Engine Plugin for Unreal Engine.
http://www.sidefx.com/unreal
Other
1.36k stars 374 forks source link

Python Support ? #101

Open melMass opened 5 years ago

melMass commented 5 years ago

Hi,

So now that UE4's python is getting more love couldn't that bridge most of the issues with the current engine version? I'm especially referring to the baking to UE4 process, to generate more complex blueprints from Houdini Assets for instance.

What I see could be an option is a way to run python code from H to UE4.

I'll explain what I have in mind and you can tell me if you think it could be valuable for everyone.

The idea would be to add a parameter tag, for instance, script_callback_engine with a value like unity or ue4 that would run the callback in the editor instead of the H process?

What do you think?