Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/Channels > API/Editor/MovieSceneTools/Channels/FConstraintChannelCurveModel
- FCurveModel::GetKeyDrawInfo()
- FKeyBarCurveModel::GetKeyDrawInfo()
- FConstraintChannelCurveModel::GetKeyDrawInfo()
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/Channels/ConstraintChannelCurveModel.h |
| Include | #include "Channels/ConstraintChannelCurveModel.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/ConstraintChannelCurveModel.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 |