FAIGraphEditor

Windows
MacOS
Linux

Inheritance Hierarchy

FEditorUndoClient

FAIGraphEditor

References

Module

AIGraph

Header

/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h

Include

#include "AIGraphEditor.h"

Syntax

class FAIGraphEditor : public FEditorUndoClient

Variables

Name Description

Protected variable

TSharedPtr< FUI...

 

GraphEditorCommands

The command list for this editor

Protected variable

FDelegateHandle

 

OnClassListUpdatedDelegateHandle

Handle to the registered OnClassListUpdated delegate

Protected variable

TWeakPtr< SGrap...

 

UpdateGraphEdPtr

Currently focused graph

Constructors

Name Description

Public function

FAIGraphEditor()

Destructors

Name Description

Public function Virtual

~FAIGraphEditor()

Functions

Overridden from FEditorUndoClient

Name Description

Public function Virtual

void

 

PostRedo

(
    bool bSuccess
)

Signal that client should run any PostRedo code

Public function Virtual

void

 

PostUndo

(
    bool bSuccess
)

Signal that client should run any PostUndo code

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss