Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FFastArraySerializerItem
Description
Called after updating an existing element with new data
| 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 struct FFastArraySerializer & InArraySerializer
)
Parameters
| Name | Remarks |
|---|---|
| InArraySerializer | Array serializer that owns the item and has triggered the replication call NOTE: intentionally not virtual; invoked via templated code, |
See Also
- FExampleItemEntry