Navigation
| Name | AdvancedWidgets |
| Type | Runtime |
| Location | /Engine/Source/Runtime/AdvancedWidgets/ |
| Module Build Rules | AdvancedWidgets.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FAdvancedWidgetsModule | Advanced Widgets module |
| FAdvancedWidgetsStyle | Style for advanced widgets |
| FFieldExpander_Default | |
| FFieldIconFinder | |
| FFieldIterator_BlueprintVisible | |
| FPropertyValueFactory | |
| FTrackedVector4PropertyHandle | Convenience wrapper for an IPropertyHandle that lets us track when we're using this handle to set the property's vector value. |
| SBoolPropertyValue | |
| SColorGradingComponentViewer | A slider displayed in tandem with a color grading wheel. |
| SColorGradingPicker | Class for placing a color picker. |
| SColorGradingWheel | Implements the color wheel widget. |
| SDefaultPropertyValue | |
| SEnumPropertyValue | |
| SFieldIcon | |
| SFieldName | |
| SNumericPropertyValue | |
| SPropertyViewer | |
| SRadialSlider | |
| SStringPropertyValue | |
| URadialSlider | A simple widget that shows a sliding bar with a handle that allows you to control the value between 0..1. |
Structs
| Name | Remarks |
|---|---|
| FColorGradingSpinBoxStyle | Represents the appearance of a color grading spin box |
| FFieldColorSettings | |
| FPropertyPath |
Interfaces
| Name | Remarks |
|---|---|
| IFieldExpander | |
| IFieldIterator | |
| INotifyHook |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnGetCurrentVector4Value | TBaseDelegate_OneParam< bool, FVector4 & > | Callback to get the current FVector4 value | Framework/ColorGrading/ColorGradingCommon.h |
Enums
Public
| Name | Remarks |
|---|---|
| UE::ColorGrading::EColorGradingColorDisplayMode | Modes that colors can be displayed in for the color grading panel |
| UE::ColorGrading::EColorGradingComponent | Color components that can be controlled by a color grading widget. |
| UE::ColorGrading::EColorGradingModes | Enumerates color picker modes |
| UE::ColorGrading::EColorGradingWheelType | Types of color grading modes |