Navigation
API > API/Plugins > API/Plugins/ScribbleEditor > API/Plugins/ScribbleEditor/SScribbleGraphPanel
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/Scribble/Source/ScribbleEditor/Public/SScribbleGraph.h |
| Include Path | #include "SScribbleGraph.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SScribbleGraphPanel >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SScribbleGraphPanel::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SScribbleGraph.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SScribbleGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllowNavigation
(
bool InArg |
SScribbleGraph.h | ||
WidgetArgsType & GraphData
(
TSharedPtr< FScribbleGraphData > InArg |
SScribbleGraph.h | ||
WidgetArgsType & OnSetNodeType
(
const FScribbleSetNodeType& InDelegate |
SScribbleGraph.h | ||
WidgetArgsType & PanelToSync
(
TWeakPtr< SGraphPanel > InArg |
SScribbleGraph.h | ||
WidgetArgsType & ScribbleColor
(
const TAttribute< FLinearColor >& InAttribute |
SScribbleGraph.h | ||
WidgetArgsType & ScribbleEnabled
(
const TAttribute< bool >& InAttribute |
SScribbleGraph.h | ||
WidgetArgsType & ScribbleNodeType
(
const TAttribute< EScribbleNodeType::Type >& InAttribute |
SScribbleGraph.h | ||
WidgetArgsType & ScribblePrecision
(
const TAttribute< float >& InAttribute |
SScribbleGraph.h | ||
WidgetArgsType & ScribbleThickness
(
const TAttribute< float >& InAttribute |
SScribbleGraph.h | ||
WidgetArgsType & ShouldDrawBackground
(
const TAttribute< bool >& InAttribute |
SScribbleGraph.h | ||
WidgetArgsType & ShouldDrawSurroundingShadow
(
const TAttribute< bool >& InAttribute |
SScribbleGraph.h |