Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UReplicationSystem
Description
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.
| Name | CreateGroup |
| 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 |
FNetObjectGroupHandle CreateGroup
(
FName GroupName
)
A handle to the group, or InvalidNetObjectGroupHandle if no more groups could be created.
Parameters
| Name | Remarks |
|---|---|
| GroupName | An unique name to identify the group. Passing NAME_None will assign it an autogenerated name |
See Also
- DestroyGroup