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