cesium-unreal
cesium-unreal copied to clipboard
CesiumEllipsoidFunctions is not usable from outside the CesiumRuntime module
At least on Windows.
Because it's not defined with CESIUMRUNTIME_API.
when I update to 2.7.0, it prompt me that CesiumGlobeAnchorComponent.h 185 "UCesiumEllipsoid* GetEllipsoid() const;" have some error. CesiumEllipsoid seems like a new function in 2.7.0. and I try to add CESIUMRUNTIME_API in CesiumEllipsoidFunction. Ehh.. No work. hope to give some advices. Thanks..
Adding CESIUMRUNTIME_API will probably only help if the plugin is in your project's Plugins directory. Engine plugins won't be recompiled when the header changes.