FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SColorWheel::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Colors/SColorWheel.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SColorWheel >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

OnMouseCaptureBegin

(
    const FSimpleDelegate& InDelegate
)

Invoked when the mouse is pressed and a capture begins.

Public function

WidgetArgsTy...

 

OnMouseCaptureEnd

(
    const FSimpleDelegate& InDelegate
)

Invoked when the mouse is released and a capture ends.

Public function

WidgetArgsTy...

 

OnValueChanged

(
    const FOnLinearColorValueChanged& ...
)

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