I’ve been having been having this issue since yesterday where if a CAS is referenced at all in blueprint, the project will be fine while I continue working in the editor and work as intended, but as soon as I save/close and open it again I get this exception:
Ensure condition failed: Registry [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\Elements\Framework\EngineElementsLibrary.cpp] [Line: 33]
Typed element was requested for '/Game/Cutscenes/CAS_Stumble.CAS_Stumble:MovieScene_0.CineCameraActor_0' before the registry was available! This usually means that NewObject was used instead of CreateDefaultSubobject during CDO construction.
Why is this happening if the CAS is only ever used during runtime? Thanks for any help in advance!