Navigation
API > API/Plugins > API/Plugins/ReplicationGraph > API/Plugins/ReplicationGraph/UReplicationGraphNode_AlwaysRele-
Description
If Net.RepGraph.HandleDynamicActorRename is enabled, this is called when a dynamic actor is changing its outer. If the node maintains level information for actors, and if replicated actors may be renamed, the implementation needs to update its level info. Returns true if the actor was found & updated.
Virtual Inheritance
- UReplicationGraphNode::NotifyActorRenamed → UReplicationGraphNode_AlwaysRelevant::NotifyActorRenamed
| Name | NotifyActorRenamed |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraph.h |
| Include Path | #include "ReplicationGraph.h" |
virtual bool NotifyActorRenamed
(
const FRenamedReplicatedActorInfo & Actor,
bool bWarnIfNotFound
)