Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FStructuredArchive
Syntax
TArray< FElement, TNonRelocatableInlineAllocator< 32 > > CurrentScope
Remarks
Tracks the current stack of objects being written. Used by SetScope() to ensure that scopes are always closed correctly in the underlying formatter, and to make sure that the archive is always written in a forwards-only way (ie. writing to an element id that is not in scope will assert)