Navigation
API > API/Plugins > API/Plugins/DatabaseSupport
Inheritance Hierarchy
- IModuleInterface
- IDatabaseSupport
References
| Module | DatabaseSupport |
| Header | /Engine/Plugins/Runtime/Database/DatabaseSupport/Source/DatabaseSupport/Public/DatabaseSupport.h |
| Include | #include "DatabaseSupport.h" |
Syntax
class IDatabaseSupport : public IModuleInterface
Remarks
The public interface to this module
Functions
| Type | Name | Description | |
|---|---|---|---|
| IDatabaseSupport & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |