![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CoreNet.h>
Inheritance diagram for INetDeltaBaseState:Additional Inherited Members | |
Protected Member Functions inherited from TSharedFromThis< INetDeltaBaseState > | |
| TSharedFromThis () | |
| TSharedFromThis (TSharedFromThis const &) | |
| UE_FORCEINLINE_HINT TSharedFromThis & | operator= (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) |
INetDeltaBaseState An abstract interface for the base state used in net delta serialization. See notes in NetSerialization.h
|
inline |
|
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.
|
inline |
|
inline |
|
pure virtual |
Implemented in FNetFastTArrayBaseState, and FNetFastCategoryBaseState.