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