#include <ReplicationSystem.h>
◆ CreateReplicationSystem()
Creates a new ReplicationSystem.
- Parameters
-
| Params | The settings for the ReplicationSystem. |
- Returns
- A pointer to the newly created ReplicationSystem if it was allowed to created, nullptr if not.
◆ DestroyReplicationSystem()
Destroys a ReplicationSystem.
- Parameters
-
| System | A pointer to the system to destroy. Must have been created with CreateReplicationSystem. |
- See also
- CreateReplicationSystem
◆ GetAllReplicationSystems()
Returns all replication systems. Entries may be null.
◆ GetReplicationSystemCreatedDelegate()
Static delegate that is triggered just after creating and initializing a new replication system.
◆ GetReplicationSystemDestroyedDelegate()
Static delegate that is triggered before we destroy a replication system.
◆ GetReplicationSystem
The documentation for this class was generated from the following files: