Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UObjectReplicationBridge
Description
Lookup the UObject associated with the provided Handle. This function will not try to resolve the reference.
| Name | GetObjectFromReferenceHandle |
| 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 |
UObject * GetObjectFromReferenceHandle
(
FNetRefHandle RefHandle
) const