#include <SColorPicker.h>
◆ FColorPickerArgs() [1/4]
| FColorPickerArgs::FColorPickerArgs |
( |
| ) |
|
|
default |
◆ FColorPickerArgs() [2/4]
◆ FColorPickerArgs() [3/4]
◆ FColorPickerArgs() [4/4]
◆ bClampValue
Set true if values should be max to 1.0. HDR values may go over 1.0.
◆ bExpandAdvancedSection
| bool FColorPickerArgs::bExpandAdvancedSection = true |
Whether to automatically expand the Advanced section.
◆ bIsModal
Whether or not the new color picker is modal.
◆ bOnlyRefreshOnMouseUp
| bool FColorPickerArgs::bOnlyRefreshOnMouseUp = false |
Whether to disable the refresh except on mouse up for performance reasons.
◆ bOnlyRefreshOnOk
| bool FColorPickerArgs::bOnlyRefreshOnOk = false |
Whether to disable the refresh until the picker closes.
◆ bOpenAsMenu
Whether to open the color picker as a menu window.
◆ bUseAlpha
Whether or not to enable the alpha slider.
◆ ColorArray
| const TArray<FColor*>* FColorPickerArgs::ColorArray = nullptr |
An array of FColors to target.
◆ ColorChannelsArray
An array of FColorChannels to target. (deprecated now that wx is gone?)
◆ DisplayGamma
The current display gamma used to correct colors picked from the display.
◆ InitialColor
The initial color set on the color picker.
◆ InitialColorOverride
Overrides the initial color set on the color picker.
◆ LinearColorArray
An array of FLinearColors to target.
◆ OnColorCommitted
A delegate to be called when the color changes.
◆ OnColorPickerCancelled
A delegate to be called when the color picker cancel button is pressed
◆ OnColorPickerWindowClosed
A delegate to be called when the color picker window closes.
◆ OnInteractivePickBegin
A delegate to be called when a slider drag, color wheel drag or dropper grab starts
◆ OnInteractivePickEnd
A delegate to be called when a slider drag, color wheel drag or dropper grab finishes
◆ OptionalOwningDetailsView
Allows a details view to own the color picker so refreshing another details view doesn't close it
◆ ParentWidget
The parent for the new color picker window
◆ PreColorCommitted
A delegate to be called before the color change is committed.
◆ sRGBOverride
If set overrides the global option for the desired setting of sRGB mode.
The documentation for this struct was generated from the following file:
- Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorPicker.h