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