Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Curves/CurveLinearColor.h |
Include |
#include "Curves/CurveLinearColor.h" |
class UCurveLinearColor : public UCurveBase
Name | Description | ||
---|---|---|---|
|
float |
AdjustBrightness |
|
|
float |
AdjustBrightnessCurve |
|
|
float |
AdjustHue |
Properties for adjusting the color of the gradient. |
|
float |
AdjustMaxAlpha |
|
|
float |
AdjustMinAlpha |
|
|
float |
AdjustSaturation |
|
|
float |
AdjustVibrance |
|
|
FRichCurve[4] |
FloatCurves |
Keyframe data, one curve for red, green, blue, and alpha |
Name | Description | |
---|---|---|
|
UCurveLinearColor ( |
Name | Description | ||
---|---|---|---|
|
DrawThumbnail |
||
|
GetUnadjustedLinearColorValue ( |
||
|
PushToSourceData ( |
||
|
PushUnadjustedToSourceData ( |
||
|
WritePixel ( |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
|
|
Serialize ( |
Handles reading, writing, and reference collecting using FArchive. |
Name | Description | ||
---|---|---|---|
|
GetClampedLinearColorValue ( |
Evaluate this color curve at the specified time |
|
|
GetCurves() |
Returns set of curves to edit. Must not release the curves while being edited. |
|
|
GetCurves() |
Returns set of curves to query. Must not release the curves while being edited. |
|
|
GetLinearColorValue ( |
Evaluate this color curve at the specified time |
|
|
HasAnyAlphaKeys() |
||
|
IsLinearColorCurve() |
Whether the curve represents a linear color |
|
|
IsValidCurve ( |
Validates that a previously retrieved curve is still valid for editing. |
|
|
OnCurveChanged ( |
Called when any of the curves have been changed |
Name | Description | ||
---|---|---|---|
|
operator== ( |
Determine if Curve is the same |
Name | Description | ||
---|---|---|---|
|
OnUpdateGradient |
OnUpdateGradient is deprecated. Please use UCurveBase::OnUpdateCurve instead |