FFastArraySerializerItem::PreReplicatedRemove

Called right before deleting element during replication.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/NetSerialization.h"

Syntax

void PreReplicatedRemove
(
    const struct FFastArraySerializer & InArraySerializer
)

Remarks

Called right before deleting element during replication.

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