Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FReplicationSystemUtil
Description
Remove dependent actor from parent. The dependent actor will function as a standard standalone replicated actor.
| Name | RemoveDependentActor |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/Iris/ReplicationSystem/ReplicationSystemUtil.h |
| Include Path | #include "Net/Iris/ReplicationSystem/ReplicationSystemUtil.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Net/Iris/ReplicationSystem/ReplicationSystemUtil.cpp |
static void RemoveDependentActor
(
const AActor * Parent,
AActor * Child
)