Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SNodeTitle
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphNode.h |
| Include Path | #include "SGraphNode.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SNodeTitle >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SNodeTitle > → SNodeTitle::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SGraphNode.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SGraphNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ExtraLineStyle
(
FName InArg |
The style of any additional lines in the the text block. | SGraphNode.h | |
WidgetArgsType & Style
(
FName InArg |
The style of the text block, which dictates the font, color, and shadow options. Style overrides all other properties! | SGraphNode.h | |
WidgetArgsType & StyleSet
(
const ISlateStyle* InArg |
SGraphNode.h | ||
WidgetArgsType & Text
(
const TAttribute< FText >& InAttribute |
Title text to display, auto-binds to get the title if not set externally. | SGraphNode.h |