Navigation
API > API/Plugins > API/Plugins/ReplicationGraph
-----------------------------------------------------------------------------------------------------------------------------------------RenamedReplicatedActorInfo
Used to update renamed (changed outer/level) actors in the graph.
| Name | FRenamedReplicatedActorInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h |
| Include Path | #include "ReplicationGraphTypes.h" |
Syntax
struct FRenamedReplicatedActorInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRenamedReplicatedActorInfo
(
const FActorRepListType& InActor, |
ReplicationGraphTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NewActorInfo | FNewReplicatedActorInfo | Info that stores the actor's new level name | ReplicationGraphTypes.h | |
| OldActorInfo | FNewReplicatedActorInfo | Info that stores the actor's old level name | ReplicationGraphTypes.h |