TSequencerChannelInterfaceCommon::GetKeyStruct_Raw

Get an editable key struct for the specified key

Windows
MacOS
Linux

Override Hierarchy

ISequencerChannelInterface::GetKeyStruct_Raw()

TSequencerChannelInterfaceCommon::GetKeyStruct_Raw()

References

Module

Sequencer

Header

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

Include

#include "SequencerChannelInterface.h"

Syntax

virtual TSharedPtr< FStructOnScope > GetKeyStruct_Raw
(
    FMovieSceneChannelHandle InChannel,
    FKeyHandle KeyHandle
) const

Remarks

Get an editable key struct for the specified key

Returns

A shared editable key struct

Parameters

Parameter

Description

Channel

The channel on which the key resides

KeyHandle

Handle of the key to get

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