Navigation
API > API/Runtime > API/Runtime/MassEngine
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
| Name | IMassEngineModule |
| Type | class |
| Header File | /Engine/Source/Runtime/Mass/MassEngine/Public/IMassEngineModule.h |
| Include Path | #include "IMassEngineModule.h" |
Syntax
class IMassEngineModule : public IModuleInterface
Implements Interfaces
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IMassEngineModule & Get () |
Singleton-like access to this module's interface. | IMassEngineModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IMassEngineModule.h |