FCurveEdInterface::GetSubCurveButtonColor

Provides the color for the sub-curve button that is present on the curve tab.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h

Include

#include "Math/CurveEdInterface.h"

Syntax

virtual FColor GetSubCurveButtonColor
(
    int32 SubCurveIndex,
    bool bIsSubCurveHidden
) const

Remarks

Provides the color for the sub-curve button that is present on the curve tab.

Returns

The color associated to the given sub-curve index.

Parameters

Parameter

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?

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss