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

Public Member Functions

 FLifetimeCustomDeltaState (int32 HighestCustomDeltaRepIndex)
 
void CountBytes (FArchive &Ar) const
 
const uint16 GetNumCustomDeltaProperties () const
 
const uint16 GetNumFastArrayProperties () const
 
const FLifetimeCustomDeltaPropertyGetCustomDeltaProperty (const uint16 CustomDeltaIndex) const
 
const uint16 GetCustomDeltaIndexFromPropertyRepIndex (const uint16 PropertyRepIndex) const
 
void Add (FLifetimeCustomDeltaProperty &&ToAdd)
 
void CompactMemory ()
 

Detailed Description

Acceleration tracking which properties are custom delta. This will ultimately replace the need for FObjectReplicator::LifetimeCustomDeltaProperties.

Constructor & Destructor Documentation

◆ FLifetimeCustomDeltaState()

FLifetimeCustomDeltaState::FLifetimeCustomDeltaState ( int32  HighestCustomDeltaRepIndex)
inline

Member Function Documentation

◆ Add()

void FLifetimeCustomDeltaState::Add ( FLifetimeCustomDeltaProperty &&  ToAdd)
inline

◆ CompactMemory()

void FLifetimeCustomDeltaState::CompactMemory ( )
inline

◆ CountBytes()

void FLifetimeCustomDeltaState::CountBytes ( FArchive Ar) const
inline

◆ GetCustomDeltaIndexFromPropertyRepIndex()

const uint16 FLifetimeCustomDeltaState::GetCustomDeltaIndexFromPropertyRepIndex ( const uint16  PropertyRepIndex) const
inline

◆ GetCustomDeltaProperty()

const FLifetimeCustomDeltaProperty & FLifetimeCustomDeltaState::GetCustomDeltaProperty ( const uint16  CustomDeltaIndex) const
inline

◆ GetNumCustomDeltaProperties()

const uint16 FLifetimeCustomDeltaState::GetNumCustomDeltaProperties ( ) const
inline

◆ GetNumFastArrayProperties()

const uint16 FLifetimeCustomDeltaState::GetNumFastArrayProperties ( ) const
inline

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