Navigation
API > API/Plugins > API/Plugins/GameplayInteractionsModule
The public interface to this module
| Name | IGameplayInteractionsModule |
| Type | class |
| Header File | /Engine/Plugins/Runtime/GameplayInteractions/Source/GameplayInteractionsModule/Public/GameplayInteractionsModule.h |
| Include Path | #include "GameplayInteractionsModule.h" |
Syntax
class IGameplayInteractionsModule : public IModuleInterface
Implements Interfaces
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IGameplayInteractionsModule & Get () |
Singleton-like access to this module's interface. | GameplayInteractionsModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | GameplayInteractionsModule.h |