Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FReplicationSystemFactory
Description
Destroys a ReplicationSystem.
| Name | DestroyReplicationSystem |
| 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 |
static void DestroyReplicationSystem
(
UReplicationSystem * System
)
Parameters
| Name | Remarks |
|---|---|
| System | A pointer to the system to destroy. Must have been created with CreateReplicationSystem. |
See Also
- CreateReplicationSystem