Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UReplicationSystem
Description
Check whether a FNetRefHandle is still associated with a replicated object. An handle can be valid but reference an object that doesn't exist locally.
| Name | IsNetRefHandleAssigned |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ReplicationSystem.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationSystem.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/ReplicationSystem.cpp |
bool IsNetRefHandleAssigned
(
FNetRefHandle Handle
) const
true if the handle is assigned, false if not.
Parameters
| Name | Remarks |
|---|---|
| Handle | The handle check. |