Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/SExpanderArrow
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SExpanderArrow::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h |
| Include | #include "Widgets/Views/SExpanderArrow.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SExpanderArrow >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | BaseIndentLevel
(
const TAttribute< int32 >& InAttribute |
The level that the root of the tree should start (e.g. 2 will shift the whole tree over by `IndentAmount*2_) | |
| WidgetArgsType & | IndentAmount
(
const TAttribute< float >& InAttribute |
How many Slate Units to indent for every level of the tree. | |
| WidgetArgsType & | ShouldDrawWires
(
const TAttribute< bool >& InAttribute |
Whether to draw the wires that visually reinforce the tree hierarchy. | |
| WidgetArgsType & | StyleSet
(
const ISlateStyle* InArg |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |