Navigation
API > API/Plugins > API/Plugins/ReplicationGraph
A Node that contains ReplicateActorLists. This contains 1 "base" list and a TArray of lists that are conditioned on a streaming level being loaded.
| Name | UReplicationGraphNode_ActorList |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraph.h |
| Include Path | #include "ReplicationGraph.h" |
Syntax
UCLASS (MinimalAPI)
class UReplicationGraphNode_ActorList : public UReplicationGraphNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UReplicationGraphNode → UReplicationGraphNode_ActorList
Derived Classes
UReplicationGraphNode_ActorList derived class hierarchy
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DeepCopyActorListsFrom
(
const UReplicationGraphNode_ActorList* Source |
Copies the contents of Source into this node. | ReplicationGraph.h | |
bool RemoveNetworkActorFast
(
const FNewReplicatedActorInfo& ActorInfo |
Removes the actor very quickly but breaks the list order | ReplicationGraph.h |
Overridden from UReplicationGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GatherActorListsForConnection
(
const FConnectionGatherActorListParameters& Params |
ReplicationGraph.h | ||
virtual void GetAllActorsInNode_Debugging
(
TArray< FActorRepListType >& OutArray |
Debugging only function to return a normal TArray of actor rep list (for logging, debug UIs, etc) | ReplicationGraph.h | |
virtual void LogNode
(
FReplicationGraphDebugInfo& DebugInfo, |
ReplicationGraph.h | ||
virtual bool NotifyActorRenamed
(
const FRenamedReplicatedActorInfo& Actor, |
If Net.RepGraph.HandleDynamicActorRename is enabled, this is called when a dynamic actor is changing its outer. | ReplicationGraph.h | |
virtual void NotifyAddNetworkActor
(
const FNewReplicatedActorInfo& Actor |
Called when a network actor is spawned or an actor changes replication status | ReplicationGraph.h | |
virtual bool NotifyRemoveNetworkActor
(
const FNewReplicatedActorInfo& Actor, |
Called when a networked actor is being destroyed or no longer wants to replicate | ReplicationGraph.h | |
virtual void NotifyResetAllNetworkActors () |
Called when world changes or when all subclasses should dump any persistent data/lists about replicated actors here. | ReplicationGraph.h | |
virtual void Serialize
(
FArchive& Ar |
ReplicationGraph.h | ||
virtual void TearDown() |
Mark the node and all its children PendingKill | ReplicationGraph.h | |
virtual void VerifyActorReferencesInternal() |
Verify the validity of any potentially stale actor pointers. Used for debugging. | ReplicationGraph.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void LogActorList
(
FReplicationGraphDebugInfo& DebugInfo |
Just logs our ReplicationActorList and StreamingLevelCollection (not our child nodes). | ReplicationGraph.h |
Overridden from UReplicationGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnCollectActorRepListStats
(
FActorRepListStatCollector& StatsCollector |
Implement this to visit any FActorRepListRefView and FStreamingLevelActorListCollection your node implemented. | ReplicationGraph.h |