FCurveEdInterface::GetKeyColor

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

Choose your operating system:

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 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