FArguments

Windows
MacOS
Linux

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

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

BaseIndentLevel

(
    const TAttribute< int32 >& InAttri...
)

The level that the root of the tree should start (e.g. 2 will shift the whole tree over by `IndentAmount*2_)

Public function

WidgetArgsTy...

 

IndentAmount

(
    const TAttribute< float >& InAttri...
)

How many Slate Units to indent for every level of the tree.

Public function

WidgetArgsTy...

 

ShouldDrawWires

(
    const TAttribute< bool >& InAttrib...
)

Whether to draw the wires that visually reinforce the tree hierarchy.

Public function

WidgetArgsTy...

 

StyleSet

(
    const ISlateStyle* InArg
)

Typedefs

Name

Description

WidgetArgsType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss