cesium-unreal icon indicating copy to clipboard operation
cesium-unreal copied to clipboard

CesiumEllipsoidFunctions is not usable from outside the CesiumRuntime module

Open kring opened this issue 1 year ago • 2 comments

At least on Windows.

Because it's not defined with CESIUMRUNTIME_API.

kring avatar Jun 30 '24 10:06 kring

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..

Yahaha3 avatar Jul 04 '24 06:07 Yahaha3

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.

kring avatar Jul 24 '24 15:07 kring