Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- INetDeltaBaseState
- FNetFastTArrayBaseState
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
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CountBytes
(
FArchive& Ar |
Used when tracking memory to gather the total size of a given instance. | |
| uint32 | |||
| uint32 | |||
| bool | IsStateEqual
(
INetDeltaBaseState* Otherstate |
||
| void | SetChangelistHistory
(
uint32 InChangelistHistory |
||
| void | SetLastAckedHistory
(
uint32 InAckedHistory |