UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SColorPicker.cpp File Reference

Macros

#define LOCTEXT_NAMESPACE   "ColorPicker"
 

Functions

TSharedPtr< SColorPickerGetColorPicker ()
 
bool OpenColorPicker (const FColorPickerArgs &Args)
 
void DestroyColorPicker ()
 

Macro Definition Documentation

◆ LOCTEXT_NAMESPACE

#define LOCTEXT_NAMESPACE   "ColorPicker"

Function Documentation

◆ DestroyColorPicker()

void DestroyColorPicker ( )

Destroys the current color picker. Necessary if the values the color picker currently targets become invalid.

◆ GetColorPicker()

TSharedPtr< SColorPicker > GetColorPicker ( )

Get a pointer to the static color picker, or nullptr if it does not exist.

◆ OpenColorPicker()

bool OpenColorPicker ( const FColorPickerArgs Args)

Open up the static color picker, destroying any previously existing one.