Knowledge base
Search Blueprint patterns
Searching…
Knowledge base
Why: Construction Script runs in the editor before the world is fully loaded. Spawning actors here is unsupported because the receiving world might not exist yet.
Fix: Move the Spawn Actor node from Construction Script to Event BeginPlay. BeginPlay runs at runtime when the world is ready and other actors can be spawned safely.