Navigation
API > API/Runtime > API/Runtime/Core
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.
| Name | FStructuredArchiveArray |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/StructuredArchiveSlots.h |
| Include Path | #include "Serialization/StructuredArchiveSlots.h" |
Syntax
class FStructuredArchiveArray : public UE::StructuredArchive::Private::FSlotBase
Inheritance Hierarchy
- FSlotPosition → FSlotBase → FStructuredArchiveArray
- FSlotBase → FStructuredArchiveArray
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FStructuredArchive | friend | Serialization/StructuredArchiveSlots.h | ||
| FStructuredArchiveSlot | friend | Serialization/StructuredArchiveSlots.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStructuredArchiveSlot EnterElement() |
Serialization/StructuredArchiveSlots.h |