FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SColorGradingWheel::FArguments

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorGradingWheel.h

Include

#include "Widgets/Colors/SColorGradingWheel.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SColorGradingWheel >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

DesiredWheelSize

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

The current color selected by the user.

Public function

WidgetArgsTy...

 

ExponentDisplacement

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

The current color selected by the user.

Public function

WidgetArgsTy...

 

OnMouseCaptureBegin

(
    const FOnColorGradingWheelMouseCapt...
)

Invoked when the mouse is pressed and a capture begins.

Public function

WidgetArgsTy...

 

OnMouseCaptureEnd

(
    const FOnColorGradingWheelMouseCapt...
)

Invoked when the mouse is released and a capture ends.

Public function

WidgetArgsTy...

 

OnValueChanged

(
    const FOnColorGradingWheelValueChan...
)

Invoked when a new value is selected on the color wheel.

Public function

WidgetArgsTy...

 

SelectedColor

(
    const TAttribute< FLinearColor >& ...
)

The current color selected by the user.

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