Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FRichCurveEditorModel
- FCurveModel::GetKeyDrawInfo()
- FRichCurveEditorModel::GetKeyDrawInfo()
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/RichCurveEditorModel.h |
| Include | #include "RichCurveEditorModel.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/RichCurveEditorModel.cpp |
virtual 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
| Name | 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 |