FFastArraySerializer::PreReplicatedRemove

Called before removing elements and after the elements themselves are notified.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/NetSerialization.h"

Syntax

void PreReplicatedRemove
(
    const TArrayView< int32 > & RemovedIndices,
    int32 FinalSize
)

Remarks

Called before removing elements and after the elements themselves are notified. The indices are valid for this function call only!

NOTE: intentionally not virtual; invoked via templated code,

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