Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FFastArraySerializer
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
| Name | FPostReplicatedReceiveParameters |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Core/Classes/Net/Serialization/FastArraySerializer.h |
| Include Path | #include "Net/Serialization/FastArraySerializer.h" |
Syntax
struct FPostReplicatedReceiveParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasMoreUnmappedReferences | uint32 | Net/Serialization/FastArraySerializer.h | ||
| OldArraySize | int32 | This is the size that the array had before the receive. | Net/Serialization/FastArraySerializer.h |