UActorChannel::ReplicateSubobjectList

Utility template for replicating list of replicated subobjects

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/ActorChannel.h

Include

#include "Engine/ActorChannel.h"

Syntax

template<typename Type>
bool ReplicateSubobjectList
(
    TArray< Type * > & ObjectList,
    FOutBunch & Bunch,
    const FReplicationFlags & RepFlags
)

Remarks

Utility template for replicating list of replicated subobjects

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