UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCustomDeltaChangelistState Struct Reference

Public Member Functions

 FCustomDeltaChangelistState (const int32 NumArrays)
 
void CountBytes (FArchive &Ar) const
 

Public Attributes

uint32 LastReplicationFrame = 0
 
TArray< FDeltaArrayHistoryStateArrayStates
 

Constructor & Destructor Documentation

◆ FCustomDeltaChangelistState()

FCustomDeltaChangelistState::FCustomDeltaChangelistState ( const int32  NumArrays)
inline

Member Function Documentation

◆ CountBytes()

void FCustomDeltaChangelistState::CountBytes ( FArchive Ar) const
inline

Member Data Documentation

◆ ArrayStates

TArray<FDeltaArrayHistoryState> FCustomDeltaChangelistState::ArrayStates

An array tracking the last compared history of Arrays. Indices should match FLifetimeCustomDeltaProperty::FastArrayNumber.

◆ LastReplicationFrame

uint32 FCustomDeltaChangelistState::LastReplicationFrame = 0

Last Replication Frame where we modified histories and caused compares to happen.


The documentation for this struct was generated from the following file: