FFastArraySerializerItem::PostReplicatedAdd

Called after adding and serializing a new element

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetSerialization.h

Include

#include "Engine/NetSerialization.h"

Syntax

void PostReplicatedAdd
(
    const struct FFastArraySerializer & InArraySerializer
)

Remarks

Called after adding and serializing a new element

NOTE: intentionally not virtual; invoked via templated code,

Parameters

Parameter

Description

InArraySerializer

Array serializer that owns the item and has triggered the replication call

See Also

FExampleItemEntry

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss