FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SThemeColorBlocksBar::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< SThemeColorBlocksBar >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ColorTheme

(
    const TAttribute< TSharedPtr< FColo...
)

A pointer to the color theme that this bar should display

Public function

WidgetArgsTy...

 

EmptyText

(
    FText InArg
)

Specify what the bar should display when no colors are present

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 a color block is clicked

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