FFastArraySerializer::TFastArraySerializeHelper::PostReceiveCleanup

Manages any cleanup work that needs to be done after receiving elements, such as looking for items that were implicitly deleted, removing all deleted items, firing off any PostReceive / PostDeleted events, etc.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/NetSerialization.h"

Syntax

template<typename GuidMapType>
void PostReceiveCleanup
(
    FFastArraySerializerHeader & Header,
    TArray< int32, TInlineAllocator< 8 >> & ChangedIndices,
    TArray< int32, TInlineAllocator< 8 >> & AddedIndices,
    GuidMapType & GuidMap
)

Remarks

Manages any cleanup work that needs to be done after receiving elements, such as looking for items that were implicitly deleted, removing all deleted items, firing off any PostReceive / PostDeleted events, etc.

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