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