Open
Description
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
- Create blueprint with cesium globe anchor component
- In the construction script, reference globe anchor and set actor rotation to snap to east south up node output.
- Close blueprint window
- Drop actor in the level and it should snap to east south up as intended.
- Create a new level.
- Open new level.
- Try to open the blueprint without putting it in the level.
- Construction script fires but since the actor is not in the scene it is unable to get a georeference and crashes the editor.
- ...
Supporting evidence
The image below is the code I was using in my construction script.