Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem > API/Runtime/IrisCore/Iris/ReplicationSystem/UReplicationSystem
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ReplicationSystem.h |
| Include | #include "Iris/ReplicationSystem/ReplicationSystem.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/ReplicationSystem/ReplicationSystem.cpp |
bool IsInGroup
(
FNetObjectGroupHandle GroupHandle,
FNetRefHandle Handle
) const
Remarks
Check whether an objects belongs to a particular group or not. true if both handles are valid and the object belongs to the group, false otherwise.
Parameters
| Name | Description |
|---|---|
| GroupHandle | A valid group handle. |
| Handle | A valid handle to an object. |