Navigation
API > API/Runtime > API/Runtime/CoreUObject
INetDeltaBaseState An abstract interface for the base state used in net delta serialization. See notes in NetSerialization.h
| Name | INetDeltaBaseState |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h |
| Include Path | #include "UObject/CoreNet.h" |
Syntax
class INetDeltaBaseState : public TSharedFromThis< INetDeltaBaseState >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → INetDeltaBaseState
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
INetDeltaBaseState() |
UObject/CoreNet.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~INetDeltaBaseState() |
UObject/CoreNet.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChangelistHistory | uint32 | UObject/CoreNet.h | ||
| LastAckedHistory | uint32 | UObject/CoreNet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CountBytes
(
FArchive& Ar |
Used when tracking memory to gather the total size of a given instance. | UObject/CoreNet.h | |
uint32 GetChangelistHistory() |
UObject/CoreNet.h | ||
uint32 GetLastAckedHistory() |
UObject/CoreNet.h | ||
bool IsStateEqual
(
INetDeltaBaseState* Otherstate |
UObject/CoreNet.h | ||
void SetChangelistHistory
(
uint32 InChangelistHistory |
UObject/CoreNet.h | ||
void SetLastAckedHistory
(
uint32 InAckedHistory |
UObject/CoreNet.h |