sideeffects / HoudiniEngineForUnreal

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

Compile error, 19 for 5.0 #143

Open kristjanvalur opened 2 years ago

kristjanvalur commented 2 years ago

at commit cd24b1db902190e131aa2a6fe2c47e25723d5bac, "unity" build is failing, because of a multiply defined class FProgressCancel. I modified locally GeometryToolsEngine to include Utils/ProgressCancel.h and #ifdef-ed out the local definition of the class. Locally defining copies of UE classes can fail like this if one doesn't have complete control over all includes, such as can happen with unity builds.