UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FFastArraySerializer::FPostReplicatedReceiveParameters Struct Reference

#include <FastArraySerializer.h>

Public Attributes

int32 OldArraySize
 
uint32 bHasMoreUnmappedReferences: 1U
 

Detailed Description

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

Member Data Documentation

◆ bHasMoreUnmappedReferences

uint32 FFastArraySerializer::FPostReplicatedReceiveParameters::bHasMoreUnmappedReferences

◆ OldArraySize

int32 FFastArraySerializer::FPostReplicatedReceiveParameters::OldArraySize

The documentation for this struct was generated from the following file: