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