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