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