UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::DerivedData::Private::FCookedData Class Reference

#include <DerivedData.h>

Public Member Functions

 operator bool () const
 
bool ReferenceEquals (const FCookedData &Other) const
 
uint32 ReferenceHash () const
 
void Serialize (FArchive &Ar)
 

Public Attributes

uint64 ChunkOffset = 0
 
uint64 ChunkSize = 0
 
uint8 ChunkId [12] {}
 
EDerivedDataFlags Flags = EDerivedDataFlags::None
 

Member Function Documentation

◆ operator bool()

UE::DerivedData::Private::FCookedData::operator bool ( ) const
inlineexplicit

◆ ReferenceEquals()

bool UE::DerivedData::Private::FCookedData::ReferenceEquals ( const FCookedData Other) const

◆ ReferenceHash()

uint32 UE::DerivedData::Private::FCookedData::ReferenceHash ( ) const

◆ Serialize()

void UE::DerivedData::Private::FCookedData::Serialize ( FArchive Ar)

Member Data Documentation

◆ ChunkId

uint8 UE::DerivedData::Private::FCookedData::ChunkId[12] {}

The FIoChunkId.

◆ ChunkOffset

uint64 UE::DerivedData::Private::FCookedData::ChunkOffset = 0

The offset of this data within its chunk.

◆ ChunkSize

uint64 UE::DerivedData::Private::FCookedData::ChunkSize = 0

The size of this data within its chunk.

◆ Flags

EDerivedDataFlags UE::DerivedData::Private::FCookedData::Flags = EDerivedDataFlags::None

The flags that modify how this derived data is saved and how it may be loaded.


The documentation for this class was generated from the following files: