Navigation
API > API/Plugins > API/Plugins/DataRegistry
Inheritance Hierarchy
- IModuleInterface
- FDataRegistryModule
References
| Module | DataRegistry |
| Header | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistryModule.h |
| Include | #include "DataRegistryModule.h" |
Syntax
class FDataRegistryModule : public IModuleInterface
Remarks
Module logic, most of the time you want to access DataRegistrySubsystem directly
Functions
| Type | Name | Description | |
|---|---|---|---|
| FDataRegistryModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |