Navigation
API > API/Plugins > API/Plugins/ReplicationGraph > API/Plugins/ReplicationGraph/UReplicationGraphNode_ActorList
Description
Copies the contents of Source into this node. Note this does not copy child nodes, just the ReplicationActorList/StreamingLevelCollection lists on this node.
| Name | DeepCopyActorListsFrom |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraph.h |
| Include Path | #include "ReplicationGraph.h" |
| Source | /Engine/Plugins/Runtime/ReplicationGraph/Source/Private/ReplicationGraph.cpp |
void DeepCopyActorListsFrom
(
const UReplicationGraphNode_ActorList * Source
)