You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
At least on Windows.
Because it's not defined with
CESIUMRUNTIME_API
.The text was updated successfully, but these errors were encountered: