Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/SColorGradientEditor
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/SColorGradientEditor.h |
Include | #include "SColorGradientEditor.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/SColorGradientEditor.cpp |
FGradientStopMark AddStop
&40;
const FVector2D & Position,
const FGeometry & MyGeometry,
bool bColorStop
&41;
Remarks
Adds a gradient stop
Parameters
Name | Description |
---|---|
Position | The position to add the stop at |
MyGeometry | The geometry of the stop area |
bColorStop | If true a color stop is added, otherwise an alpha stop is added |