UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
INetDeltaBaseState Class Referenceabstract

#include <CoreNet.h>

+ Inheritance diagram for INetDeltaBaseState:

Public Member Functions

 INetDeltaBaseState ()
 
virtual ~INetDeltaBaseState ()
 
virtual bool IsStateEqual (INetDeltaBaseState *Otherstate)=0
 
virtual void CountBytes (FArchive &Ar) const
 
uint32 GetLastAckedHistory () const
 
void SetLastAckedHistory (uint32 InAckedHistory)
 
uint32 GetChangelistHistory () const
 
void SetChangelistHistory (uint32 InChangelistHistory)
 
- Public Member Functions inherited from TSharedFromThis< INetDeltaBaseState >
TSharedRef< INetDeltaBaseState, Mode > AsShared ()
 
TSharedRef< INetDeltaBaseState const, Mode > AsShared () const
 
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< INetDeltaBaseState, Mode > AsWeak ()
 
TWeakPtr< INetDeltaBaseState const, Mode > AsWeak () const
 
TWeakPtr< SubobjectType, Mode > AsWeakSubobject (SubobjectType *SubobjectPtr) const
 
void UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const
 
void UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const
 
UE_FORCEINLINE_HINT bool DoesSharedInstanceExist () const
 

Additional Inherited Members

- Protected Member Functions inherited from TSharedFromThis< INetDeltaBaseState >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 
- Static Protected Member Functions inherited from TSharedFromThis< INetDeltaBaseState >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 

Detailed Description

INetDeltaBaseState An abstract interface for the base state used in net delta serialization. See notes in NetSerialization.h

Constructor & Destructor Documentation

◆ INetDeltaBaseState()

INetDeltaBaseState::INetDeltaBaseState ( )
inline

◆ ~INetDeltaBaseState()

virtual INetDeltaBaseState::~INetDeltaBaseState ( )
inlinevirtual

Member Function Documentation

◆ CountBytes()

virtual void INetDeltaBaseState::CountBytes ( FArchive Ar) const
inlinevirtual

Used when tracking memory to gather the total size of a given instance. This should include the dynamically allocated data, as well as the classes size.

Reimplemented in FNetFastTArrayBaseState.

◆ GetChangelistHistory()

uint32 INetDeltaBaseState::GetChangelistHistory ( ) const
inline

◆ GetLastAckedHistory()

uint32 INetDeltaBaseState::GetLastAckedHistory ( ) const
inline

◆ IsStateEqual()

virtual bool INetDeltaBaseState::IsStateEqual ( INetDeltaBaseState Otherstate)
pure virtual

◆ SetChangelistHistory()

void INetDeltaBaseState::SetChangelistHistory ( uint32  InChangelistHistory)
inline

◆ SetLastAckedHistory()

void INetDeltaBaseState::SetLastAckedHistory ( uint32  InAckedHistory)
inline

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