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