Navigation
API > API/Editor > API/Editor/AIGraph
| Name | SGraphEditorActionMenuAI |
| Type | class |
| Header File | /Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h |
| Include Path | #include "SGraphEditorActionMenuAI.h" |
Syntax
class SGraphEditorActionMenuAI : public SBorder
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SGraphEditorActionMenuAI
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SGraphEditorActionMenuAI
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SGraphEditorActionMenuAI() |
SGraphEditorActionMenuAI.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SGraphEditorActionMenuAI.h | ||
TSharedRef< SEditableTextBox > GetFilterTextBox() |
SGraphEditorActionMenuAI.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CollectAllActions
(
FGraphActionListBuilderBase& OutAllActions |
Callback used to populate all actions list in SGraphActionMenu | SGraphEditorActionMenuAI.h | |
void OnActionSelected
(
const TArray< TSharedPtr< FEdGraphSchemaAction > >& SelectedAction, |
SGraphEditorActionMenuAI.h |