Navigation
API > API/Plugins > API/Plugins/MassActors
Inheritance Hierarchy
- IModuleInterface
- IMassActorsModule
References
| Module | MassActors |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassActors/Public/IMassActorsModule.h |
| Include | #include "IMassActorsModule.h" |
Syntax
class IMassActorsModule : 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 | |
|---|---|---|---|
| IMassActorsModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |