SColorPicker::MakeColorSlider

Creates a color slider widget for the specified channel.

Windows
MacOS
Linux

References

Module

AppFramework

Header

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

Include

#include "Widgets/Colors/SColorPicker.h"

Source

/Engine/Source/Runtime/AppFramework/Private/Widgets/Colors/SColorPicker.cpp

Syntax

TSharedRef< SWidget > MakeColorSlider
(
    EColorPickerChannels Channel
) const

Remarks

Creates a color slider widget for the specified channel.

Returns

The new slider.

Parameters

Parameter

Description

Channel

The color channel to create the widget for.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss