Navigation
API > API/Plugins > API/Plugins/ReplicationGraph
Manages actors that are Tear Off. We will try to replicate these actors one last time to each connection.
| Name | UReplicationGraphNode_TearOff_ForConnection |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraph.h |
| Include Path | #include "ReplicationGraph.h" |
Syntax
UCLASS (MinimalAPI)
class UReplicationGraphNode_TearOff_ForConnection : public UReplicationGraphNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UReplicationGraphNode → UReplicationGraphNode_TearOff_ForConnection
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ReplicationActorList | FActorRepListRefView | ReplicationGraph.h | ||
| TearOffActors | TArray< FTearOffActorInfo > | Fixme: not safe to have persistent FActorRepListrefViews yet, so need a uproperty based list to hold the persistent items. | ReplicationGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void NotifyTearOffActor
(
AActor* Actor, |
ReplicationGraph.h |
Overridden from UReplicationGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GatherActorListsForConnection
(
const FConnectionGatherActorListParameters& Params |
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 VerifyActorReferencesInternal() |
Verify the validity of any potentially stale actor pointers. Used for debugging. | ReplicationGraph.h |
Protected
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 |