Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/Net > API/Runtime/NetCore/Net/Serialization > API/Runtime/NetCore/Net/Serialization/FFastArraySerializerItem
References
| Module | NetCore |
| Header | /Engine/Source/Runtime/Net/Core/Classes/Net/Serialization/FastArraySerializer.h |
| Include | #include "Net/Serialization/FastArraySerializer.h" |
void PostReplicatedAdd
&40;
const struct FFastArraySerializer & InArraySerializer
&41;
Remarks
Called after adding and serializing a new element
NOTE: intentionally not virtual; invoked via templated code,
Parameters
| Name | Description |
|---|---|
| InArraySerializer | Array serializer that owns the item and has triggered the replication call |
See Also
FExampleItemEntry