FCurveEdInterface::GetKeyColor

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

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

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