Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/DerivedData.h |
| Include | #include "Serialization/DerivedData.h" |
Syntax
class FCookedData
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8[12] | ChunkId | The FIoChunkId. | |
| uint64 | ChunkOffset | The offset of this data within its chunk. | |
| uint64 | ChunkSize | The size of this data within its chunk. | |
| EDerivedDataFlags | Flags | The flags that modify how this derived data is saved and how it may be loaded. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ReferenceEquals
(
const FCookedData& Other |
||
| uint32 | |||
| void |
Operators
| Type | Name | Description | |
|---|---|---|---|