FFastArraySerializer::PostReplicatedChange

Called after updating all existing elements with new data and after the elements themselves are notified.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetSerialization.h

Include

#include "Engine/NetSerialization.h"

Syntax

void PostReplicatedChange
(
    const TArrayView< int32 > & ChangedIndices,
    int32 FinalSize
)

Remarks

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!

intentionally not virtual; invoked via templated code,

See Also

FExampleItemEntry

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss