Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor > FRichCurveEditorModel
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](API\Runtime\Engine\Curves\FKeyHandle) InKeyHandle, [FKeyDrawInfo](API\Editor\CurveEditor\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 |