Navigation
API > API/Editor > API/Editor/AnimationEditorWidgets > API/Editor/AnimationEditorWidgets/SSchematicGraphNode
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/AnimationEditorWidgets/Public/SchematicGraphPanel/SSchematicGraphPanel.h |
| Include Path | #include "SchematicGraphPanel/SSchematicGraphPanel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSchematicGraphNode >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SSchematicGraphNode::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SchematicGraphPanel/SSchematicGraphPanel.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SchematicGraphPanel/SSchematicGraphPanel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & BrushGetter
(
TFunction< const FSlateBrush*(const FGuid&, int32)> InArg |
SchematicGraphPanel/SSchematicGraphPanel.h | ||
WidgetArgsType & EnableAutoScale
(
const TAttribute< bool >& InAttribute |
SchematicGraphPanel/SSchematicGraphPanel.h | ||
WidgetArgsType & LayerColors
(
TArray< TSharedPtr< FLinearColorAttribute > > InArg |
SchematicGraphPanel/SSchematicGraphPanel.h | ||
WidgetArgsType & NodeData
(
const FSchematicGraphNode* InArg |
SchematicGraphPanel/SSchematicGraphPanel.h | ||
WidgetArgsType & OnBeginDrag
(
const FOnBeginDrag& InDelegate |
SchematicGraphPanel/SSchematicGraphPanel.h | ||
WidgetArgsType & OnClicked
(
const FOnClicked& InDelegate |
SchematicGraphPanel/SSchematicGraphPanel.h | ||
WidgetArgsType & OnDrop
(
const FOnDrop& InDelegate |
SchematicGraphPanel/SSchematicGraphPanel.h | ||
WidgetArgsType & OnEndDrag
(
const FOnEndDrag& InDelegate |
SchematicGraphPanel/SSchematicGraphPanel.h | ||
WidgetArgsType & Position
(
TSharedPtr< FVector2dAttribute > InArg |
SchematicGraphPanel/SSchematicGraphPanel.h | ||
WidgetArgsType & Scale
(
TSharedPtr< FFloatAttribute > InArg |
SchematicGraphPanel/SSchematicGraphPanel.h | ||
WidgetArgsType & Size
(
TSharedPtr< FVector2dAttribute > InArg |
SchematicGraphPanel/SSchematicGraphPanel.h | ||
WidgetArgsType & ToolTipText
(
const TAttribute< FText >& InAttribute |
SchematicGraphPanel/SSchematicGraphPanel.h |