Navigation
API > API/Plugins > API/Plugins/GameplayAbilitiesEditor
Inheritance Hierarchy
- IBlueprintEditor
- FGCObject
- FNotifyHook
- FTickableEditorObject
- FEditorUndoClient
- FNoncopyable
- FBlueprintEditor
- FGameplayAbilitiesEditor
References
| Module | GameplayAbilitiesEditor |
| Header | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilitiesEditor/Public/GameplayAbilitiesEditor.h |
| Include | #include "GameplayAbilitiesEditor.h" |
Syntax
class FGameplayAbilitiesEditor : public FBlueprintEditor
Remarks
Gameplay abilities asset editor (extends Blueprint editor)
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | InitGameplayAbilitiesEditor
(
const EToolkitMode::Type Mode, |
Edits the specified gameplay ability asset(s) |
Overridden from FBlueprintEditor
| Type | Name | Description | |
|---|---|---|---|
| UBlueprint * | Returns a pointer to the Blueprint object we are currently editing, as long as we are editing exactly one |
Overridden from FAssetEditorToolkit
| Type | Name | Description | |
|---|---|---|---|
| FString |
Overridden from IToolkit
| Type | Name | Description | |
|---|---|---|---|
| FText | Returns the localized name of this toolkit type (typically just " |
||
| FName | Virtual FNameGetToolkitContextFName() const override; | ||
| FText | Returns the localized name of this toolkit | ||
| FText | Returns the localized tooltip text of this toolkit | ||
| FLinearColor | |||
| FString | Returns the localize prefix string to use for tab labels in world-centric mode. |