Navigation
API > API/Plugins > API/Plugins/RemoteDatabaseSupport
The public interface to this module
| Name | IRemoteDatabaseSupport |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Database/RemoteDatabaseSupport/Source/RemoteDatabaseSupport/Public/RemoteDatabaseSupport.h |
| Include Path | #include "RemoteDatabaseSupport.h" |
Syntax
class IRemoteDatabaseSupport : public IModuleInterface
Implements Interfaces
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IRemoteDatabaseSupport & Get () |
Singleton-like access to this module's interface. | RemoteDatabaseSupport.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | RemoteDatabaseSupport.h |