Navigation
API > API/Plugins > API/Plugins/PCGEditor
| Name | FPCGEditorCommands |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditorCommands.h |
| Include Path | #include "PCGEditorCommands.h" |
Syntax
class FPCGEditorCommands : public TCommands< FPCGEditorCommands >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → FPCGEditorCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGEditorCommands() |
PCGEditorCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddSourcePin | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| AutoFocusViewport | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| CancelExecution | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| CollapseNodes | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| ConvertToStandaloneNodes | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| DebugOnlySelected | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| DisableDebugOnAllNodes | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| EditGraphSettings | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| ExportNodes | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| Find | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| ForceGraphRegeneration | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| JumpToSource | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| OpenDebugObjectTreeTab | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| PauseAutoRegeneration | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| RenameNode | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| RunDeterminismGraphTest | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| RunDeterminismNodeTest | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| SelectNamedRerouteDeclaration | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| SelectNamedRerouteUsages | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| ShowSelectedDetails | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| ToggleDebug | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| ToggleEnabled | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| ToggleGraphParams | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h | ||
| ToggleInspect | TSharedPtr< FUICommandInfo > | PCGEditorCommands.h |
Functions
Public
Overridden from TCommands
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
PCGEditorCommands.h |