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