FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SThemeColorBlock::FArguments

References

Module

AppFramework

Header

/Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h

Include

#include "Widgets/Colors/SColorThemes.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SThemeColorBlock >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

Color

(
    const TAttribute< TSharedPtr< FLine...
)

A pointer to the color this block uses

Public function

WidgetArgsTy...

 

ColorInfo

(
    const TAttribute< TSharedPtr< FColo...
)

The info for the color this block uses

Public function

WidgetArgsTy...

 

HideTrashCallback

(
    const FSimpleDelegate& InDelegate
)

Callback to pass down to the FColorDragDrop for it to hide the trash

Public function

WidgetArgsTy...

 

OnSelectColor

(
    const FOnLinearColorValueChanged& ...
)

Event called when this block is clicked

Public function

WidgetArgsTy...

 

Parent

(
    const TAttribute< TSharedPtr< SThem...
)

A pointer to the theme color blocks bar that is this block's origin

Public function

WidgetArgsTy...

 

ShowTrashCallback

(
    const FSimpleDelegate& InDelegate
)

Callback to pass down to the FColorDragDrop for it to show the trash

Public function

WidgetArgsTy...

 

UseAlpha

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

Whether the ability to pick the alpha value is enabled

Public function

WidgetArgsTy...

 

UseSRGB

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

Whether to display sRGB color

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