Navigation
API > API/Plugins > API/Plugins/ReplicationGraph > API/Plugins/ReplicationGraph/FGlobalActorReplicationInfoMap
Description
RemoveDependentActor will remove the given child actor from the parent's dependent list. This will stop making the child actor try to be replicated whenever the parent actor is
| Name | RemoveDependentActor |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h |
| Include Path | #include "ReplicationGraphTypes.h" |
void RemoveDependentActor
(
AActor * Parent,
AActor * Child
)