Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CesiumEllipsoidFunctions is not usable from outside the CesiumRuntime module #1466

Open
kring opened this issue Jun 30, 2024 · 2 comments
Open
Labels
bug Something isn't working good first issue Good for newcomers low hanging fruit

Comments

@kring
Copy link
Member

kring commented Jun 30, 2024

At least on Windows.

Because it's not defined with CESIUMRUNTIME_API.

@kring kring added the bug Something isn't working label Jun 30, 2024
@Yahaha3
Copy link

Yahaha3 commented Jul 4, 2024

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

@kring
Copy link
Member Author

kring commented Jul 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers low hanging fruit
Projects
None yet
Development

No branches or pull requests

2 participants