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