FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SSeparator::FArguments

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSeparator.h

Include

#include "Widgets/Layout/SSeparator.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SSeparator >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ColorAndOpacity

(
    const TAttribute< FSlateColor >& I...
)

Color and opacity

Public function

WidgetArgsTy...

 

Orientation

(
    EOrientation InArg
)

A horizontal separator is used in a vertical list (orientation is direction of the line drawn)

Public function

WidgetArgsTy...

 

SeparatorImage

(
    const FSlateBrush* InArg
)

Public function

WidgetArgsTy...

 

Thickness

(
    float 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