Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/Net > API/Runtime/NetCore/Net/Serialization > API/Runtime/NetCore/Net/Serialization/FFastArraySerializer
References
| Module | NetCore |
| Header | /Engine/Source/Runtime/Net/Core/Classes/Net/Serialization/FastArraySerializer.h |
| Include | #include "Net/Serialization/FastArraySerializer.h" |
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