Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FReplicationSystemUtil
Enum representing the type of system you want to iterate on
| Name | EType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/Iris/ReplicationSystem/ReplicationSystemUtil.h |
| Include Path | #include "Net/Iris/ReplicationSystem/ReplicationSystemUtil.h" |
Syntax
enum EType
{
Any,
Client,
Server,
}
Values
| Name | Remarks |
|---|---|
| Any | |
| Client | |
| Server |