FArguments

Unreal Engine C++ API Reference > Editor > GraphEditor > SGraphPanel

Inheritance Hierarchy

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SGraphPanel.h
Include #include "SGraphPanel.h"

Syntax

struct FArguments : public [TSlateBaseNamedArgs< SGraphPanel >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)  

Constructors

Type Name Description
  FArguments ()  

Functions

Type Name Description
WidgetArgsTy... DiffResults ( TSharedPtr< TArray< FDiffSingleResu... )  
WidgetArgsTy... DisplayAsReadOnly ( const TAttribute< bool >& InAttrib... )  
WidgetArgsTy... FocusedDiffResult ( const TAttribute< int32 >& InAttri... )  
WidgetArgsTy... GraphObj ( UEdGraph* InArg )  
WidgetArgsTy... InitialZoomToFit ( bool InArg )  
WidgetArgsTy... IsEditable ( const TAttribute< bool >& InAttrib... )  
WidgetArgsTy... OnDisallowedPinConnection ( const SGraphEditor::FOnDisallowedPi... )  
WidgetArgsTy... OnDoubleClicked ( const SGraphEditor::FOnDoubleClicke... )  
WidgetArgsTy... OnDropActor ( const SGraphEditor::FOnDropActor& ... )  
WidgetArgsTy... OnDropStreamingLevel ( const SGraphEditor::FOnDropStreamin... )  
WidgetArgsTy... OnGetContextMenuFor ( const FOnGetContextMenuFor& InDele... )  
WidgetArgsTy... OnMouseButtonDown ( const SGraphEditor::FOnMouseButtonD... )  
WidgetArgsTy... OnNodeDoubleClicked ( const FSingleNodeEvent& InDelegate )  
WidgetArgsTy... OnNodeSingleClicked ( const SGraphEditor::FOnNodeSingleCl... )  
WidgetArgsTy... OnSelectionChanged ( const SGraphEditor::FOnSelectionCha... )  
WidgetArgsTy... OnSpawnNodeByShortcut ( const SGraphEditor::FOnSpawnNodeByS... )  
WidgetArgsTy... OnTextCommitted ( const FOnNodeTextCommitted& InDele... )  
WidgetArgsTy... OnUpdateGraphPanel ( const FOnUpdateGraphPanel& InDeleg... )  
WidgetArgsTy... OnVerifyTextCommit ( const FOnNodeVerifyTextCommit& InD... )  
WidgetArgsTy... ShowGraphStateOverlay ( const TAttribute< bool >& InAttrib... ) Show overlay elements for the graph state such as the PIE and read-only borders and text

Typedefs

Name Description
WidgetArgsType  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library