Navigation
API > API/Editor > API/Editor/AIGraph
| Name | FAIGraphEditor |
| Type | class |
| Header File | /Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h |
| Include Path | #include "AIGraphEditor.h" |
Syntax
class FAIGraphEditor : public FEditorUndoClient
Inheritance Hierarchy
- FEditorUndoClient → FAIGraphEditor
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAIGraphEditor() |
AIGraphEditor.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAIGraphEditor() |
AIGraphEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanCopyNodes() |
AIGraphEditor.h | ||
bool CanCreateComment() |
AIGraphEditor.h | ||
bool CanCutNodes() |
AIGraphEditor.h | ||
bool CanDeleteNodes() |
AIGraphEditor.h | ||
bool CanDuplicateNodes() |
AIGraphEditor.h | ||
bool CanPasteNodes() |
AIGraphEditor.h | ||
bool CanSelectAllNodes() |
AIGraphEditor.h | ||
void CopySelectedNodes() |
AIGraphEditor.h | ||
void CreateCommandList() |
AIGraphEditor.h | ||
void CutSelectedNodes() |
AIGraphEditor.h | ||
void DeleteSelectedDuplicatableNodes() |
AIGraphEditor.h | ||
void DeleteSelectedNodes() |
AIGraphEditor.h | ||
void DuplicateNodes() |
AIGraphEditor.h | ||
FGraphPanelSelectionSet GetSelectedNodes() |
AIGraphEditor.h | ||
virtual void OnClassListUpdated() |
AIGraphEditor.h | ||
void OnCreateComment() |
AIGraphEditor.h | ||
virtual void OnSelectedNodesChanged
(
const TSet< class UObject* >& NewSelection |
AIGraphEditor.h | ||
void PasteNodes() |
AIGraphEditor.h | ||
void PasteNodesHere
(
const FVector2D& Location |
AIGraphEditor.h | ||
virtual void PostRedo
(
bool bSuccess |
AIGraphEditor.h | ||
virtual void PostUndo
(
bool bSuccess |
AIGraphEditor.h | ||
void SelectAllNodes() |
Delegates for graph editor commands. | AIGraphEditor.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void FixupPastedNodes
(
const TSet< UEdGraphNode* >& NewPastedGraphNodes, |
AIGraphEditor.h |