UInterpTrackMoveAxis::GetKeyColor

Provides the color for the given key at the given sub-curve.

Windows
MacOS
Linux

Override Hierarchy

FCurveEdInterface::GetKeyColor()

UInterpTrackMoveAxis::GetKeyColor()

References

Module

Engine

Header

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

Include

#include "Matinee/InterpTrackMoveAxis.h"

Source

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

Syntax

virtual FColor GetKeyColor
(
    int32 SubIndex,
    int32 KeyIndex,
    const FColor & CurveColor
)

Remarks

Provides the color for the given key at the given sub-curve.

Returns

The color that is associated the given key at the given sub-curve

Parameters

Parameter

Description

SubIndex

The index of the sub-curve

KeyIndex

The index of the key in the sub-curve

CurveColor

The color of the curve

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