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