Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ReplicationSystem.h |
| Include | #include "Iris/ReplicationSystem/ReplicationSystem.h" |
Syntax
class FReplicationSystemFactory
Functions
| Type | Name | Description | |
|---|---|---|---|
| UReplicationSystem * | CreateReplicationSystem
(
const UReplicationSystem::FReplicationSystemParams& Params |
Creates a new ReplicationSystem. | |
| void | DestroyReplicationSystem
(
UReplicationSystem* System |
Destroys a ReplicationSystem. | |
| TArrayView< UReplicationSystem * > | Returns all replication systems. Entries may be null. | ||
| FReplicationSystemCreatedDelegate & | Static delegate that is triggered just after creating and initializing a new replication system. | ||
| FReplicationSystemDestroyedDelegate & | Static delegate that is triggered before we destroy a replication system. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ReplicationSystemConstants |
Constants
| Name | Description |
|---|---|
| MaxReplicationSystemId | |
| ReplicationSystems |