Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/Net > API/Runtime/NetCore/Net/Serialization
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- INetDeltaBaseState
- FNetFastTArrayBaseState
References
| Module | NetCore |
| Header | /Engine/Source/Runtime/Net/Core/Classes/Net/Serialization/FastArraySerializer.h |
| Include | #include "Net/Serialization/FastArraySerializer.h" |
Syntax
class FNetFastTArrayBaseState : public INetDeltaBaseState
Remarks
Custom INetDeltaBaseState used by Fast Array Serialization
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ArrayReplicationKey | ||
| TMap< int32, int32 > | IDToCLMap | Maps an element's Replication ID to Index. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from INetDeltaBaseState
| Type | Name | Description | |
|---|---|---|---|
| void | CountBytes
(
FArchive& Ar |
Used when tracking memory to gather the total size of a given instance. | |
| bool | IsStateEqual
(
INetDeltaBaseState* OtherState |