FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SBorder.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SBorder >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

BorderBackgroundColor

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

BorderBackgroundColor refers to the actual color and opacity of the supplied border image.

Public function

WidgetArgsTy...

 

BorderImage

(
    const TAttribute< const FSlateBrush...
)

Public function

WidgetArgsTy...

 

ColorAndOpacity

(
    const TAttribute< FLinearColor >& ...
)

ColorAndOpacity is the color and opacity of content in the border

Public function

NamedSlotPro...

 

Content()

Public function

WidgetArgsTy...

 

ContentScale

(
    const TAttribute< FVector2D >& InA...
)

Public function

WidgetArgsTy...

 

DesiredSizeScale

(
    const TAttribute< FVector2D >& InA...
)

Public function

WidgetArgsTy...

 

FlipForRightToLeftFlowDirection

(
    bool InArg
)

Flips the background image if the localization's flow direction is RightToLeft

Public function

WidgetArgsTy...

 

ForegroundColor

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

The foreground color of text and some glyphs that appear as the border's content.

Public function

WidgetArgsTy...

 

HAlign

(
    EHorizontalAlignment InArg
)

Public function

WidgetArgsTy...

 

OnMouseButtonDown

(
    const FPointerEventHandler& InDele...
)

Public function

WidgetArgsTy...

 

OnMouseButtonUp

(
    const FPointerEventHandler& InDele...
)

Public function

WidgetArgsTy...

 

OnMouseDoubleClick

(
    const FPointerEventHandler& InDele...
)

Public function

WidgetArgsTy...

 

OnMouseMove

(
    const FPointerEventHandler& InDele...
)

Public function

WidgetArgsTy...

 

Padding

(
    const TAttribute< FMargin >& InAtt...
)

Public function

WidgetArgsTy...

 

ShowEffectWhenDisabled

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

Whether or not to show the disabled effect when this border is disabled

Public function

WidgetArgsTy...

 

VAlign

(
    EVerticalAlignment InArg
)

Operators

Name Description

Public function

FArguments &

 

operator[]

(
    const TSharedRef< SWidget > InChild
)

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