FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SFxWidget::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SFxWidget.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SFxWidget >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ColorAndOpacity

(
    const TAttribute< FLinearColor >& ...
)

Multiply the contents of the SFxWidget by this color and opacity when drawing

Public function

NamedSlotPro...

 

Content()

The content that should be modified.

Public function

WidgetArgsTy...

 

HAlign

(
    EHorizontalAlignment InArg
)

The horizontal alignment of the child widget

Public function

WidgetArgsTy...

 

IgnoreClipping

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

Should the FX widget disable all clipping and show through regardless of its parents' bounds.

Public function

WidgetArgsTy...

 

LayoutScale

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

Just like visual scale only affects Geometry.

Public function

WidgetArgsTy...

 

RenderScale

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

Scale the visuals of this widget. Geometry is not affected.

Public function

WidgetArgsTy...

 

RenderScaleOrigin

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

The origin of the visual scale transform in the 0..1 range (0 being upper left, 1 being lower right)

Public function

WidgetArgsTy...

 

VAlign

(
    EVerticalAlignment InArg
)

The vertical alignment of the child widget

Public function

WidgetArgsTy...

 

VisualOffset

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

Offset the widget by some fraction of its size in either dimension.

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