FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SColorGradingPicker::FArguments

References

Module

AppFramework

Header

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

Include

#include "Widgets/Colors/SColorGradingPicker.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SColorGradingPicker >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AllowSpin

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

Public function

WidgetArgsTy...

 

ColorGradingModes

(
    EColorGradingModes InArg
)

Public function

WidgetArgsTy...

 

MainDelta

(
    float InArg
)

Public function

WidgetArgsTy...

 

MainShiftMouseMovePixelPerDelta

(
    int32 InArg
)

Public function

WidgetArgsTy...

 

OnBeginMouseCapture

(
    const FSimpleDelegate& InDelegate
)

Called when the mouse captures starts on the color wheel

Public function

WidgetArgsTy...

 

OnBeginSliderMovement

(
    const FSimpleDelegate& InDelegate
)

Called right before the slider begins to move

Public function

WidgetArgsTy...

 

OnColorCommitted

(
    const FOnColorGradingPickerValueCha...
)

The event called when the color is committed

Public function

WidgetArgsTy...

 

OnEndMouseCapture

(
    const FSimpleDelegate& InDelegate
)

Called when the mouse captures ends for the color wheel

Public function

WidgetArgsTy...

 

OnEndSliderMovement

(
    const FSimpleDelegate& InDelegate
)

Called right after the slider handle is released by the user

Public function

WidgetArgsTy...

 

OnQueryCurrentColor

(
    const FOnGetCurrentVector4Value& I...
)

Callback to get the current FVector4 value

Public function

WidgetArgsTy...

 

SliderValueMax

(
    TOptional< float > InArg
)

Public function

WidgetArgsTy...

 

SliderValueMin

(
    TOptional< float > InArg
)

Public function

WidgetArgsTy...

 

SupportDynamicSliderMaxValue

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

Tell us if we want to support dynamically changing of the max value using ctrl

Public function

WidgetArgsTy...

 

SupportDynamicSliderMinValue

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

Tell us if we want to support dynamically changing of the min value using ctrl

Public function

WidgetArgsTy...

 

ValueMax

(
    TOptional< float > InArg
)

Public function

WidgetArgsTy...

 

ValueMin

(
    TOptional< float > InArg
)

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