Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/SGraphEditor
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/GraphEditor.h |
| Include Path | #include "GraphEditor.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SGraphEditor >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SGraphEditor::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
GraphEditor.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | GraphEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AdditionalCommands
(
TSharedPtr< FUICommandList > InArg |
GraphEditor.h | ||
WidgetArgsType & AllowConnectionSlicing
(
const TAttribute< bool >& InAttribute |
GraphEditor.h | ||
WidgetArgsType & Appearance
(
const TAttribute< FGraphAppearanceInfo >& InAttribute |
GraphEditor.h | ||
WidgetArgsType & AssetEditorToolkit
(
TWeakPtr< FAssetEditorToolkit > InArg |
GraphEditor.h | ||
WidgetArgsType & AutoExpandActionMenu
(
bool InArg |
GraphEditor.h | ||
WidgetArgsType & DiffResults
(
TSharedPtr< TArray< FDiffSingleResult > > InArg |
GraphEditor.h | ||
WidgetArgsType & DisplayAsReadOnly
(
const TAttribute< bool >& InAttribute |
GraphEditor.h | ||
WidgetArgsType & FocusedDiffResult
(
const TAttribute< int32 >& InAttribute |
GraphEditor.h | ||
PRAGMA_DISABLE_DEPRECATION_WARNINGSWidgetArgsType & GraphEvents
(
FGraphEditorEvents InArg |
GraphEditor.h | ||
PRAGMA_DISABLE_DEPRECATION_WARNINGSWidgetArgsType & GraphToDiff
(
UEdGraph* InArg |
GraphEditor.h | ||
WidgetArgsType & GraphToEdit
(
UEdGraph* InArg |
GraphEditor.h | ||
WidgetArgsType & IsEditable
(
const TAttribute< bool >& InAttribute |
GraphEditor.h | ||
WidgetArgsType & IsEmpty
(
const TAttribute< bool >& InAttribute |
GraphEditor.h | ||
WidgetArgsType & OnGraphModuleReloaded
(
const FEdGraphEvent& InDelegate |
GraphEditor.h | ||
WidgetArgsType & OnNavigateHistoryBack
(
const FSimpleDelegate& InDelegate |
GraphEditor.h | ||
WidgetArgsType & OnNavigateHistoryForward
(
const FSimpleDelegate& InDelegate |
GraphEditor.h | ||
WidgetArgsType & OnTick
(
const FOnGraphEditorTickDelegate& InDelegate |
GraphEditor.h | ||
WidgetArgsType & ShowGraphStateOverlay
(
const TAttribute< bool >& InAttribute |
Show overlay elements for the graph state such as the PIE and read-only borders and text | GraphEditor.h | |
WidgetArgsType & TitleBar
(
TSharedPtr< SWidget > InArg |
GraphEditor.h |