UInterpTrackMove::GetSubCurveButtonColor

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

Windows
MacOS
Linux

Override Hierarchy

FCurveEdInterface::GetSubCurveButtonColor()

UInterpTrackMove::GetSubCurveButtonColor()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackMove.h

Include

#include "Matinee/InterpTrackMove.h"

Source

/Engine/Source/Runtime/Engine/Private/InterpolationCurveEd.cpp

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