FCurveModel::GetKeyDrawInfo

Populate the specified draw info structure with data describing how to draw the specified point type

Windows
MacOS
Linux

Override Hierarchy

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/CurveModel.h

Include

#include "CurveModel.h"

Syntax

void GetKeyDrawInfo
(
    ECurvePointType PointType,
    const FKeyHandle InKeyHandle,
    FKeyDrawInfo & OutDrawInfo
) const

Remarks

Populate the specified draw info structure with data describing how to draw the specified point type

Parameters

Parameter

Description

PointType

The type of point to be drawn

InKeyHandle

The specific key (if possible, otherwise FKeyHandle::Invalid()) to get the info for.

OutDrawInfo

Data structure to be populated with draw info for this type of point

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