Sequencer::GetKeyStruct

Get a transient key structure that can be added to a details panel to enable editing of a single key

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "SequencerChannelTraits.h"

Syntax

namespace Sequencer
{
    template<typename ChannelType>
    TSharedPtr< FStructOnScope > Sequencer::GetKeyStruct
    (
        const TMovieSceneChannelHandle< ChannelType > & ChannelHandle,
        FKeyHandle KeyHandle
    )
}

Remarks

Get a transient key structure that can be added to a details panel to enable editing of a single key

Returns

A shared struct object, or nullptr

Parameters

Parameter

Description

ChannelHandle

Handle to the channel in which the key resides

KeyHandle

A handle to the key to edit

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