Navigation
API > API/Editor > API/Editor/AIGraph
Inheritance Hierarchy
- FEditorUndoClient
- FAIGraphEditor
- FBehaviorTreeEditor
References
| Module | AIGraph |
| Header | /Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h |
| Include | #include "AIGraphEditor.h" |
Syntax
class FAIGraphEditor : public FEditorUndoClient
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandList > | GraphEditorCommands | The command list for this editor | |
| FDelegateHandle | OnClassListUpdatedDelegateHandle | Handle to the registered OnClassListUpdated delegate | |
| TWeakPtr< SGraphEditor > | UpdateGraphEdPtr | Currently focused graph |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCopyNodes () |
||
| bool | |||
| bool | CanCutNodes () |
||
| bool | |||
| bool | |||
| bool | |||
| bool | Delegates for graph editor commands. | ||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | FixupPastedNodes
(
const TSet< UEdGraphNode* >& NewPastedGraphNodes, |
||
| FGraphPanelSelectionSet | |||
| void | |||
| void | |||
| void | OnSelectedNodesChanged
(
const TSet< class UObject* >& NewSelection |
||
| void | PasteNodes () |
||
| void | PasteNodesHere
(
const FVector2D& Location |
||
| void | Delegates for graph editor commands. |