FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SColorPicker::FArguments

References

Module

AppFramework

Header

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

Include

#include "Widgets/Colors/SColorPicker.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SColorPicker >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

DisplayGamma

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

Sets the display Gamma setting - used to correct colors sampled from the screen

Public function

WidgetArgsTy...

 

DisplayInlineVersion

(
    bool InArg
)

If true, this color picker will be a stripped down version of the full color picker

Public function

WidgetArgsTy...

 

ExpandAdvancedSection

(
    bool InArg
)

If true, the Advanced section will be expanded, regardless of the remembered state

Public function

WidgetArgsTy...

 

OnColorCommitted

(
    const FOnLinearColorValueChanged& ...
)

The event called when the color is committed

Public function

WidgetArgsTy...

 

OnColorPickerCancelled

(
    const FOnColorPickerCancelled& InD...
)

The event called when the color picker cancel button is pressed

Public function

WidgetArgsTy...

 

OnColorPickerWindowClosed

(
    const FOnWindowClosed& InDelegate
)

The event called when the color picker parent window is closed

Public function

WidgetArgsTy...

 

OnInteractivePickBegin

(
    const FSimpleDelegate& InDelegate
)

The event called when a slider drag, color wheel drag or dropper grab starts

Public function

WidgetArgsTy...

 

OnInteractivePickEnd

(
    const FSimpleDelegate& InDelegate
)

The event called when a slider drag, color wheel drag or dropper grab finishes

Public function

WidgetArgsTy...

 

OnlyRefreshOnMouseUp

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

Prevents immediate refreshs for performance reasons.

Public function

WidgetArgsTy...

 

OnlyRefreshOnOk

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

Prevents multiple refreshes when requested.

Public function

WidgetArgsTy...

 

OptionalOwningDetailsView

(
    const TAttribute< TSharedPtr< SWidg...
)

Allows a details view to own the color picker so refreshing another details view doesn't close it

Public function

WidgetArgsTy...

 

OverrideColorPickerCreation

(
    bool InArg
)

If true, this color picker will have non-standard creation behavior

Public function

WidgetArgsTy...

 

ParentWindow

(
    const TAttribute< TSharedPtr< SWind...
)

A pointer to the parent window

Public function

WidgetArgsTy...

 

PreColorCommitted

(
    const FOnLinearColorValueChanged& ...
)

The event called before the color is committed

Public function

WidgetArgsTy...

 

sRGBOverride

(
    TOptional< bool > InArg
)

Overrides the checkbox value of the sRGB option.

Public function

WidgetArgsTy...

 

TargetColorAttribute

(
    const TAttribute< FLinearColor >& ...
)

The color that is being targeted as a TAttribute

Public function

WidgetArgsTy...

 

TargetColorChannels

(
    const TAttribute< TArray< FColorCha...
)

An array of color pointer structs this color picker targets Only to keep compatibility with wx.

Public function

WidgetArgsTy...

 

TargetFColors

(
    const TAttribute< TArray< FColor&#...
)

An array of color pointers this color picker targets

Public function

WidgetArgsTy...

 

TargetLinearColors

(
    const TAttribute< TArray< FLinearCo...
)

An array of linear color pointers this color picker targets

Public function

WidgetArgsTy...

 

UseAlpha

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

Whether the ability to pick the alpha value is enabled

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