sideeffects / HoudiniEngineForUnreal

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

Makes Houdini18.0-Unreal4.26 branch able to be compiled for Unreal Engine 4.26 on Linux #134

Closed homerhsing closed 3 years ago

homerhsing commented 3 years ago

This PR makes the Houdini18.0-Unreal4.26 branch compilable for Unreal Engine 4.26 on Linux.

Unreal Engine 4.26 has bundled a newer version of clang that stops compiling code when it is unhappy with code indentation. If we take the Houdini18.0-Unreal4.26 branch as of 2020-12-10 and compile it with Unreal Engine 4.26, the compilation fails. This PR fixes the code indentation.

Thanks!