Navigation
API > API/Plugins > API/Plugins/ControlRigEditor > API/Plugins/ControlRigEditor/FControlRigSpaceChannelCurveMode-
- FCurveModel::GetKeyDrawInfo()
- FKeyBarCurveModel::GetKeyDrawInfo()
- FControlRigSpaceChannelCurveModel::GetKeyDrawInfo()
References
| Module | ControlRigEditor |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/ControlRigSpaceChannelCurveModel.h |
| Include | #include "ControlRigSpaceChannelCurveModel.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Private/ControlRigSpaceChannelCurveModel.cpp |
virtual void GetKeyDrawInfo
&40;
ECurvePointType PointType,
const FKeyHandle InKeyHandle,
FKeyDrawInfo & OutDrawInfo
&41; 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 |