Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/Net > API/Runtime/NetCore/Net/Serialization > API/Runtime/NetCore/Net/Serialization/FFastArraySerializer
References
| Module | NetCore |
| Header | /Engine/Source/Runtime/Net/Core/Classes/Net/Serialization/FastArraySerializer.h |
| Include | #include "Net/Serialization/FastArraySerializer.h" |
Syntax
struct FPostReplicatedReceiveParameters
Remarks
If a function with the signature void PostReplicatedReceive(const FFastArraySerializer::FPostReplicatedReceiveParameters& Parameters) is defined in the derived struct It will be called after each call to NetDeltaSerialize on the receiving end, including if we have mapped some unmapped objects
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1U | bHasMoreUnmappedReferences | ||
| int32 | OldArraySize | This is the size that the array had before the receive. |