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