Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FArchiveFromStructuredArchiveImp-
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Private/Serialization/ArchiveFromStructuredArchive.cpp |
| Include | #include "Serialization/ArchiveFromStructuredArchive.cpp" |
Syntax
struct FImpl
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPendingSerialize | ||
| TArray< uint8 > | Buffer | ||
| bool | bWasOpened | ||
| TArray< FName > | Names | ||
| TMap< FName, int32 > | NameToIndex | ||
| TArray< FString > | ObjectNames | ||
| TArray< UObject * > | Objects | ||
| TBitArray | ObjectsValid | ||
| TMap< UObject *, int32 > | ObjectToIndex | ||
| int32 | Pos | ||
| TOptional< FStructuredArchive::FRecord > | Root | ||
| FStructuredArchive::FSlot | RootSlot |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FImpl
(
FStructuredArchive::FSlot Slot |
Constants
| Name | Description |
|---|---|
| MaxBufferSize |