FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

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

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ColorTheme

(
    const TAttribute< TSharedPtr< FColo...
)

The color theme that this bar is displaying

Public function

WidgetArgsTy...

 

HideTrashCallback

(
    const FSimpleDelegate& InDelegate
)

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

Public function

WidgetArgsTy...

 

OnCurrentThemeChanged

(
    const FOnCurrentThemeChanged& InDe...
)

Event to be called when the current theme changes

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