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

Snap to East South Up blueprint node in construction script crashes the editor. #1625

Open
RoeDefense2 opened this issue Mar 3, 2025 · 1 comment
Labels
bug Something isn't working needs triage New issues in need of triage to determine reproducibility, scope, and urgency

Comments

@RoeDefense2
Copy link

What happened?

If you reference the globeanchor and try to snap to east south up and you do not have the blueprint in the level but you try to open the blueprint, the editor will crash.

Environment

Cesium for Unreal version: 2.13.3
Unreal Engine Version: 5.4
Operating System: Windows 11

Reproduction steps

  1. Create blueprint with cesium globe anchor component
  2. In the construction script, reference globe anchor and set actor rotation to snap to east south up node output.
  3. Close blueprint window
  4. Drop actor in the level and it should snap to east south up as intended.
  5. Create a new level.
  6. Open new level.
  7. Try to open the blueprint without putting it in the level.
  8. Construction script fires but since the actor is not in the scene it is unable to get a georeference and crashes the editor.
  9. ...

Supporting evidence

The image below is the code I was using in my construction script.

Image

@RoeDefense2 RoeDefense2 added bug Something isn't working needs triage New issues in need of triage to determine reproducibility, scope, and urgency labels Mar 3, 2025
@kring
Copy link
Member

kring commented Mar 4, 2025

Thanks for writing this up @RoeDefense2!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage New issues in need of triage to determine reproducibility, scope, and urgency
Projects
None yet
Development

No branches or pull requests

2 participants