INetDeltaBaseState

[INetDeltaBaseState](API\Runtime\CoreUObject\UObject\INetDeltaBaseState) An abstract interface for the base state used in net delta serialization.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h

Include

#include "UObject/CoreNet.h"

Syntax

class INetDeltaBaseState : public TSharedFromThis< INetDeltaBaseState >

Remarks

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

Constructors

Name Description

Public function

INetDeltaBaseState()

Destructors

Name Description

Public function Virtual

~INetDeltaBaseState()

Functions

Name Description

Public function Virtual Const

void

 

CountBytes

(
    FArchive& Ar
)

Used when tracking memory to gather the total size of a given instance.

Public function Const

uint32

 

GetChangelistHistory()

Public function Const

uint32

 

GetLastAckedHistory()

Public function

bool

 

IsStateEqual

(
    INetDeltaBaseState* Otherstate
)

Public function

void

 

SetChangelistHistory

(
    uint32 InChangelistHistory
)

Public function

void

 

SetLastAckedHistory

(
    uint32 InAckedHistory
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss