sideeffects / HoudiniEngineForUnreal-v2

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

HoudiniPublicAPIBlueprintLib.h: Class is not DLL Exported #163

Closed blhook closed 2 years ago

blhook commented 2 years ago

The UHoudiniPublicAPIBlueprintLib class is currently not exported (as done in HoudiniPublicAPI class). This means that the instructions to utilize this class as per the instructions Houdini Plugin instructions cannot be called from C++ classes, making the Public API largely inaccessible since it uses this as the core functionality for calling it.

This is currently blocking us from using the Plugin properly.

blhook commented 2 years ago

Issue resolved with latest release.