Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UObjectReplicationBridge
Description
Returns the root object handle associated with any object. If the passed handle is a subobject it will return its root. If the passed handle is a rootobject it will return the same handle.
| Name | GetRootObjectOfAnyObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ObjectReplicationBridge.h |
| Include Path | #include "Iris/ReplicationSystem/ObjectReplicationBridge.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/ObjectReplicationBridge.cpp |
FNetRefHandle GetRootObjectOfAnyObject
(
FNetRefHandle NetRefHandle
) const