Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FCookedData |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/DerivedData.h |
| Include Path | #include "Serialization/DerivedData.h" |
Syntax
class FCookedData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChunkId | uint8 | The FIoChunkId. | Serialization/DerivedData.h | |
| ChunkOffset | uint64 | The offset of this data within its chunk. | Serialization/DerivedData.h | |
| ChunkSize | uint64 | The size of this data within its chunk. | Serialization/DerivedData.h | |
| Flags | EDerivedDataFlags | The flags that modify how this derived data is saved and how it may be loaded. | Serialization/DerivedData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ReferenceEquals
(
const FCookedData& Other |
Serialization/DerivedData.h | ||
uint32 ReferenceHash() |
Serialization/DerivedData.h | ||
void Serialize
(
FArchive& Ar |
Serialization/DerivedData.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Serialization/DerivedData.h |