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