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 PostReplicatedAdd
&40;
const TArrayView< int32 > & AddedIndices,
int32 FinalSize
&41;
Remarks
Called after adding all new 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