Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/TSequencerChannelInterfaceCommon
- ISequencerChannelInterface::DrawKeys_Raw()
- TSequencerChannelInterfaceCommon::DrawKeys_Raw()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerChannelInterface.h |
| Include | #include "SequencerChannelInterface.h" |
virtual void DrawKeys_Raw
(
FMovieSceneChannel * InChannel,
TArrayView < const FKeyHandle > InKeyHandles,
const UMovieSceneSection * InOwner,
TArrayView < FKeyDrawParams > OutKeyDrawParams
) const
Remarks
Gather information on how to draw the specified keys
Parameters
| Name | Description |
|---|---|
| Channel | The channel to query |
| InKeyHandles | Array of handles to duplicate |
| InOwner | The section that owns the channel |
| OutKeyDrawParams | Pre-sized array to receive key draw parameters. Invalid key handles will not be assigned to this array. Must match size of InKeyHandles. |