HoudiniEngineForUnreal
Houdini Engine Plugin for Unreal Engine.
Houdini Engine plugin brings procedural workflows to Unreal Engine
SideFX's plugin loads Houdini Digital Assets into Unreal and cooks them live inside the editor.
What the plugin does
The Houdini Engine for Unreal plugin connects the procedural workflow of SideFX Houdini with Epic's Unreal Engine. The readme describes it as a plug-in that brings Houdini's flexible procedural tooling into Unreal through Houdini Digital Assets. Artists can adjust asset parameters interactively inside the editor and feed Unreal assets in as inputs. Houdini's procedural engine then cooks the asset and the results appear in the editor without the need to bake anything first. The source code in the main branch targets Unreal Engine 5.8, 5.7, and 5.6, and the maintainers note it should also work with earlier UE5 versions. The repository carries 1592 stars and 404 forks, making it one of the more widely watched integrations of its kind. Documentation for the plugin lives on the SideFX website rather than only in the repository. Bug reports, feature requests, and questions are directed to SideFX support. The plugin is intended for technical artists and environment builders who want Houdini's node based generation to stay live inside a game engine rather than being frozen into static meshes. By keeping the asset parametric, teams can iterate on placement, scattering, and deformation directly in context. The readme frames the value as interactivity: change a parameter, see the cook update, keep working.
Compatibility and PCG
On the compatibility front, the plugin ships binaries built for UE5.8 and UE5.7 and links against the latest production build of Houdini. The source code in the repository is written for UE5, and the maintainers explain that all UE5.x versions of the plugin share the same source files and branches, so the 5.0 branch code is also meant for 5.8, 5.7, and similar releases. In general the team supports the latest two UE5.x releases but tries to keep the source compatible with older versions of Unreal. A notable change arrived with Unreal's PCG framework, which became official in UE5.7. Because of that, the project no longer ships two variants of the plugin, one with PCG support and one without. Older releases, from H21.0 through UE5.6 and earlier, did provide both variants. The source code in this repository now ships with PCG support enabled. The readme also tells users who want to build from source but disable the PCG dependency exactly where to find the instructions at the bottom of the page. This consolidation simplifies the download choice for new users while preserving an escape hatch for those who need to avoid the PCG dependency for their pipeline. The project keeps separate release zips so a studio can match the exact Houdini build it runs.
Installing and building
Installation follows two broad paths. The simplest route uses the Releases section on the right side of the GitHub repository, where the user downloads the Houdini Engine version zip that matches their Houdini build and extracts the HoudiniEngine folder into the Plugins/Runtime directory of either the Unreal engine install or the specific project. For Unreal 5 obtained through the Epic Games Launcher rather than built from source, the readme recommends placing the plugin in the project directory. After extraction the user opens a project, and the Houdini Engine menu should appear in the main menu bar. The readme also stresses checking that the plugin version string, shown as HX.Y.Z under Edit then Plugins, matches the installed Houdini version, because a mismatch can stop the plug-in from working. Linux users get a caveat: Houdini Engine is not officially supported on Linux, but the repository's source can be built following the build from source instructions. Building from source means fetching the UE source from Epic's GitHub releases, cloning this repo into Engine/Plugins/Runtime/HoudiniEngine, and installing the correct 64 bit Houdini build whose version number is read from Source/HoudiniEngine/HoudiniEngine.Build.cs. The readme also notes that a mismatched version is the most common cause of a silent load failure. The code is distributed under a non standard license referenced in the repository.
Editorial conclusion
The source is available on GitHub at https://github.com/sideeffects/HoudiniEngineForUnreal and its most recent commit was on 2026-08-26.
Community notes