FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SImage::FArguments

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/Images/SImage.h

Include

#include "Widgets/Images/SImage.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SImage >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ColorAndOpacity

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

Color and opacity

Public function

WidgetArgsTy...

 

FlipForRightToLeftFlowDirection

(
    bool InArg
)

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

Public function

WidgetArgsTy...

 

Image

(
    const TAttribute< const FSlateBrush...
)

Image resource

Public function

WidgetArgsTy...

 

OnMouseButtonDown

(
    const FPointerEventHandler& InDele...
)

Invoked when the mouse is pressed in the widget.

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