I made a cutscene for my game, which worked fine at night. When I opened my project in the morning it refused to load and kept hitting a breakpoint in the “constructor helpers” class.
Seeing the output window I saw the error was in the CineCamera of my animation.
Ensure condition failed: Registry [File:D:\build++UE5\Sync\Engine\Source\Runtime\Engine\Private\Elements\Framework\EngineElementsLibrary.cpp] [Line: 39]
Typed element was requested for ‘/Game/Vesta/Maps/Planet/Animation/PlayAnimation.PlayAnimation:MovieScene_0.CineCameraActor_1.SceneComponent’ before the registry was available! This usually means that NewObject was used instead of CreateDefaultSubobject during CDO construction.
UnrealEditor.exe has triggered a breakpoint.
Any ideas about what’s causing this?