Navigation
API > API/Plugins > API/Plugins/DisasterRecoveryClient
Interface for the Disaster Recovery module.
| Name | IDisasterRecoveryClientModule |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/DisasterRecoveryClient/Source/DisasterRecoveryClient/Public/IDisasterRecoveryClientModule.h |
| Include Path | #include "IDisasterRecoveryClientModule.h" |
Syntax
class IDisasterRecoveryClientModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IConcertSyncClient > GetClient() |
Get the sync client that will performing the DisasterRecovery role | IDisasterRecoveryClientModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IDisasterRecoveryClientModule & Get () |
Singleton-like access to this module's interface. | IDisasterRecoveryClientModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IDisasterRecoveryClientModule.h |