Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Distributions > API/Runtime/Engine/Distributions/UDistributionVectorConstantCurve
- FCurveEdInterface::GetSubCurveButtonColor()
- UDistributionVectorConstantCurve::GetSubCurveButtonColor()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorConstantCurve.h |
| Include | #include "Distributions/DistributionVectorConstantCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Distributions.cpp |
virtual FColor GetSubCurveButtonColor
&40;
int32 SubCurveIndex,
bool bIsSubCurveHidden
&41; const
Remarks
Provides the color for the sub-curve button that is present on the curve tab. The color associated to the given sub-curve index.
Parameters
| Name | Description |
|---|---|
| SubCurveIndex | The index of the sub-curve. Cannot be negative nor greater or equal to the number of sub-curves. |
| bIsSubCurveHidden | Is the curve hidden? |