Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FFastArraySerializer
Description
Called after updating all existing elements with new data 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 | PostReplicatedChange |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Classes/Net/Serialization/FastArraySerializer.h |
| Include Path | #include "Net/Serialization/FastArraySerializer.h" |
void PostReplicatedChange
(
const TArrayView < int32 > & ChangedIndices,
int32 FinalSize
)
See Also
- FExampleItemEntry