Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > FCurveEdInterface
- FCurveEdInterface::GetKeyColor()
- UDistributionFloatConstantCurve::GetKeyColor()
- UDistributionFloatConstant::GetKeyColor()
- UDistributionFloatUniformCurve::GetKeyColor()
- UDistributionVectorConstantCurve::GetKeyColor()
- UDistributionFloatUniform::GetKeyColor()
- UDistributionVectorConstant::GetKeyColor()
- UDistributionVectorUniformCurve::GetKeyColor()
- UDistributionVectorUniform::GetKeyColor()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h |
Include | #include "Math/CurveEdInterface.h" |
virtual FColor GetKeyColor
&40;
int32 SubIndex,
int32 KeyIndex,
const FColor & CurveColor
&41;
Remarks
Provides the color for the given key at the given sub-curve. The color that is associated the given key at the given sub-curve
Parameters
Name | Description |
---|---|
SubIndex | The index of the sub-curve |
KeyIndex | The index of the key in the sub-curve |
CurveColor | The color of the curve |