Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FFastArraySerializer
Description
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,
| Name | PreReplicatedRemove |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Classes/Net/Serialization/FastArraySerializer.h |
| Include Path | #include "Net/Serialization/FastArraySerializer.h" |
void PreReplicatedRemove
(
const TArrayView < int32 > & RemovedIndices,
int32 FinalSize
)
See Also
- FExampleItemEntry