Skip to content

Houdini and Unreal

Compiling the plugin

The version of Houdini and the version described in the unreal plugin must match. In the file

Plugins/Developer/HoudiniEngine/Source/HoudiniEngine/HoudiniEngine.Build.cs of a project using the Houdini Engine edit:

string HoudiniVersion = "20.5.370";

To match the Houdini version installed

Also edit:

Plugins/Developer/HoudiniEngine/HoudiniEngine.uplugin

"Version" : 20050370,
"VersionName" : "2.0 - H20.5.370",