sideeffects / HoudiniEngineForUnreal-v2

Houdini Engine Plugin for Unreal Engine 4 - Version 2
http://www.sidefx.com/unreal
Other
294 stars 75 forks source link

Silent Error if Loading of the Default Material Fails #151

Open AchimTuran opened 2 years ago

AchimTuran commented 2 years ago

If the LoadObject function fails at Source/HoudiniEngine/Private/HoudiniEngine.cpp#L154-L155 the user of the plugin will not get any error message and might wonder why the colours from Houdini are not visible in Unreal Engine.

Would be nice if the plugin would inform us with an error message that something got wrong here. ;-)