IKeyArea::CreateKeyEditor

Create an editor on the sequencer node tree

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "IKeyArea.h"

Source

/Engine/Source/Editor/Sequencer/Private/IKeyArea.cpp

Syntax

TSharedRef< SWidget > CreateKeyEditor
(
    TWeakPtr< ISequencer > Sequencer,
    const FGuid & ObjectBindingID
)

Remarks

Create an editor on the sequencer node tree

Returns

The editor widget to display on the key area's node

Parameters

Parameter

Description

Sequencer

The currently active sequencer

ObjectBindingID

The ID of the object this key area's track is bound to

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