Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/CurveEditor/Public/CurveModel.h |
Include |
#include "CurveModel.h" |
void GetKeyDrawInfo
(
ECurvePointType PointType,
const FKeyHandle InKeyHandle,
FKeyDrawInfo & OutDrawInfo
) const
Populate the specified draw info structure with data describing how to draw the specified point type
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 |