Navigation
| Name | AppFramework |
| Type | Runtime |
| Location | /Engine/Source/Runtime/AppFramework/ |
| Module Build Rules | AppFramework.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FColorDragDrop | This operation is a color which can be dragged and dropped between widgets. |
| FColorTheme | A Color Theme is a name and an array of Colors. |
| SColorGradingPicker | Enumerates color picker modes. |
| SColorPicker | Class for placing a color picker. |
| SColorThemeBar | SColorThemeBars include a ThemeColorBlocksBar in addition to a label. |
| SColorThemesViewer | The widget that manages the dropdown menu in the Color Themes Panel |
| SColorTrash | The SColorTrash is a multipurpose widget which allows FColorDragDrops to be dropped on to to be |
| SMultipleOptionTable | |
| SOptionTableRow | Implements a row widget for an option list. |
| SThemeColorBlock | SThemeColorBlocks are Color Blocks which point to a Color in a ColorTheme. |
| SThemeColorBlocksBar | A panel for displaying SColorBlocks in a FColorTheme |
| SWizard | Implements a wizard widget. |
Structs
| Name | Remarks |
|---|---|
| FColorChannels | Struct for holding individual pointers to float values. |
| FColorInfo | |
| FColorPickerArgs |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnColorPickerCancelled | TBaseDelegate_OneParam< void, FLinearColor > | Called when the color picker cancel button is pressed | Widgets/Colors/SColorPicker.h |
| FOnCurrentThemeChanged | TBaseDelegate_OneParam< void, TSharedPtr< FColorTheme > > | Widgets/Colors/SColorThemes.h | |
| FOnGetCurrentVector4Value | TBaseDelegate_OneParam< bool, FVector4 & > | Callback to get the current FVector4 value | Widgets/Colors/SColorGradingPicker.h |
| FOnGetPageIndex | TBaseDelegate_OneParam< int32, int32 > | Delegate type for getting the next page to show. | Widgets/Workflow/SWizard.h |
Enums
Public
| Name | Remarks |
|---|---|
| EColorPickerChannels | Enumerates color channels (do not reorder). |
| EColorPickerHexMode | Enumerates hexadecimal text modes. |
| EColorPickerModes | Enumerates color picker modes. |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DestroyColorPicker () |
Destroy the current color picker. | Widgets/Colors/SColorPicker.h | |
TSharedPtr< SColorPicker > GetColorPicker() |
Get a pointer to the static color picker, or nullptr if it does not exist. | Widgets/Colors/SColorPicker.h | |
void MakeSplitterTest() |
Widgets/Testing/STestSuite.h | ||
bool OpenColorPicker
(
const FColorPickerArgs& Args |
Open up the static color picker, destroying any previously existing one. | Widgets/Colors/SColorPicker.h | |
void RestoreSlateTestSuite() |
Widgets/Testing/STestSuite.h | ||
void RestoreStarshipSuite() |
Widgets/Testing/SStarshipSuite.h | ||
void SummonPerfTestSuite() |
Widgets/Testing/SPerfSuite.h |