Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
Inheritance Hierarchy
- FSlotPosition
- FSlotBase
- FStructuredArchiveArray
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/StructuredArchiveSlots.h |
Include | #include "Serialization/StructuredArchiveSlots.h" |
Syntax
class FStructuredArchiveArray : public UE::StructuredArchive::Private::FSlotBase
Remarks
Represents an array in the structured archive. An object contains slots that are identified by a FArchiveFieldName, which may be compiled out with binary-only archives.
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FStructuredArchiveSlot | EnterElement () |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FStructuredArchiveArray & | operator<<
(
T& Item |