Q: Houdini Engine inside (Windows) packaged runtime?

   1433   2   1
User Avatar
Member
7025 posts
Joined: July 2005
Offline
Hi,

Is there anything preventing Engine running inside a packaged Unreal application? On Windows, and would not be distributed but rather an internal application. Realtime isn't an issue for this app either so we go in knowing performance can be impacted by Houdini Engine updates.

Cheers,

Peter B
User Avatar
Staff
534 posts
Joined: Sept. 2016
Offline
Hi,

For internal application, this could be made to work, obviously, an engine license would be needed per seat.

The second step would be to modify the plugin so that the HoudinEngine module can be used at runtime without the editor.
That module is the one containing all the logic needed to instantiate/cook HDAs, and currently is editor only.

A lot of build issues would likely have to be fixed first, guarding editor only parts with #IF WITH_EDITOR.
Then it's highly possible that some other tweaks to the code would be required in order to make sure that the module can effectively run properly without the editor.
User Avatar
Member
7025 posts
Joined: July 2005
Offline
Thanks for the info, I guess it won't be as easy I had hoped
  • Quick Links