Navigation
API > API/Plugins > API/Plugins/MassSmartObjects
Inheritance Hierarchy
- IModuleInterface
- IMassSmartObjectsModule
References
| Module | MassSmartObjects |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassSmartObjects/Public/IMassSmartObjectsModule.h |
| Include | #include "IMassSmartObjectsModule.h" |
Syntax
class IMassSmartObjectsModule : public IModuleInterface
Remarks
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IMassSmartObjectsModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |