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 |
FNetObjectGroupHandle CreateGroup
(
FName GroupName
)
Remarks
Create a group which can be used to logically group objects together. The group must be destroyed when it's not needed anymore. Groups can be used to setup filtering rules on it's members. A handle to the group, or InvalidNetObjectGroupHandle if no more groups could be created.
Parameters
| Name | Description |
|---|---|
| GroupName | An unique name to identify the group. Passing NAME_None will assign it an autogenerated name |