TSequencerChannelInterfaceCommon::DrawKeys_Raw

Gather information on how to draw the specified keys

Windows
MacOS
Linux

Override Hierarchy

ISequencerChannelInterface::DrawKeys_Raw()

TSequencerChannelInterfaceCommon::DrawKeys_Raw()

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/SequencerChannelInterface.h

Include

#include "SequencerChannelInterface.h"

Syntax

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

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss