Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphPanel
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphPanel.h |
| Include Path | #include "SGraphPanel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SGraphPanel >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SGraphPanel > → SGraphPanel::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SGraphPanel.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SGraphPanel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllowConnectionSlicing
(
const TAttribute< bool >& InAttribute |
SGraphPanel.h | ||
WidgetArgsType & DiffResults
(
TSharedPtr< TArray< FDiffSingleResult > > InArg |
SGraphPanel.h | ||
WidgetArgsType & DisplayAsReadOnly
(
const TAttribute< bool >& InAttribute |
SGraphPanel.h | ||
WidgetArgsType & FocusedDiffResult
(
const TAttribute< int32 >& InAttribute |
SGraphPanel.h | ||
SLATE_EVENT_DEPRECATED(5.6, "Use SGraphEditor::FOnDropStreamingLevels.", SGraphEditor::FOnDropStreamingLevel, OnDropStreamingLevel, OnDropStreamingLevels, ConvertOnDropStreamingLevelDelegate) PRAGMA_ENABLE_DEPRECATION_WARNINGS WidgetArgsType &OnDropStreamingLevels(const SGraphEditor WidgetArgsType & GraphObj
(
UEdGraph* InArg |
SGraphPanel.h | ||
WidgetArgsType & InitialZoomToFit
(
bool InArg |
SGraphPanel.h | ||
WidgetArgsType & IsEditable
(
const TAttribute< bool >& InAttribute |
SGraphPanel.h | ||
WidgetArgsType & OnDisallowedPinConnection
(
const SGraphEditor::FOnDisallowedPinConnection& InDelegate |
SGraphPanel.h | ||
WidgetArgsType & OnDoubleClicked
(
const SGraphEditor::FOnDoubleClicked& InDelegate |
SGraphPanel.h | ||
WidgetArgsType & OnDropActors
(
const SGraphEditor::FOnDropActors& InDelegate |
SGraphPanel.h | ||
WidgetArgsType & OnGetContextMenuFor
(
const FOnGetContextMenuFor& InDelegate |
SGraphPanel.h | ||
WidgetArgsType & OnMouseButtonDown
(
const SGraphEditor::FOnMouseButtonDown& InDelegate |
SGraphPanel.h | ||
WidgetArgsType & OnNodeDoubleClicked
(
const FSingleNodeEvent& InDelegate |
SGraphPanel.h | ||
WidgetArgsType & OnNodeSingleClicked
(
const SGraphEditor::FOnNodeSingleClicked& InDelegate |
SGraphPanel.h | ||
WidgetArgsType & OnSelectionChanged
(
const SGraphEditor::FOnSelectionChanged& InDelegate |
SGraphPanel.h | ||
WidgetArgsType & OnTextCommitted
(
const FOnNodeTextCommitted& InDelegate |
SGraphPanel.h | ||
PRAGMA_ENABLE_DEPRECATION_WARNINGS SLATE_EVENT_DEPRECATED(5.6, "Use SGraphEditor::FOnSpawnNodeByShortcutAtLocation.", PRAGMA_DISABLE_DEPRECATION_WARNINGS SGraphEditor::FOnSpawnNodeByShortcut PRAGMA_ENABLE_DEPRECATION_WARNINGS, OnSpawnNodeByShortcut, OnSpawnNodeByShortcutAtLocation, ConvertOnSpawnNodeByShortcutDelegate) WidgetArgsType &OnSpawnNodeByShortcutAtLocation(const SGraphEditor WidgetArgsType & OnUpdateGraphPanel
(
const FOnUpdateGraphPanel& InDelegate |
SGraphPanel.h | ||
WidgetArgsType & OnVerifyTextCommit
(
const FOnNodeVerifyTextCommit& InDelegate |
SGraphPanel.h | ||
WidgetArgsType & ShowGraphStateOverlay
(
const TAttribute< bool >& InAttribute |
Show overlay elements for the graph state such as the PIE and read-only borders and text | SGraphPanel.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static PRAGMA_DISABLE_DEPRECATION_WARNINGS SGraphEditor::FOnDropActors ConvertOnDropActorDelegate
(
const SGraphEditor::FOnDropActor& LegacyDelegate |
SGraphPanel.h | ||
static PRAGMA_DISABLE_DEPRECATION_WARNINGS SGraphEditor::FOnSpawnNodeByShortcutAtLocation ConvertOnSpawnNodeByShortcutDelegate
(
const SGraphEditor::FOnSpawnNodeByShortcut& LegacyDelegate |
SGraphPanel.h |
Deprecated Functions
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SLATE_EVENT_DEPRECATED (
|
SGraphPanel.h |