Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncLoading2.h |
| Include | #include "Serialization/AsyncLoading2.h" |
Syntax
struct FExportMapEntry
Remarks
Export map entry.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPackageObjectIndex | ClassIndex | ||
| uint64 | CookedSerialOffset | ||
| uint64 | CookedSerialSize | ||
| EExportFilterFlags | FilterFlags | ||
| EObjectFlags | ObjectFlags | ||
| FMappedName | ObjectName | ||
| FPackageObjectIndex | OuterIndex | ||
| uint8[3] | Pad | ||
| uint64 | PublicExportHash | ||
| FPackageObjectIndex | SuperIndex | ||
| FPackageObjectIndex | TemplateIndex |