ISequencerModule::CreateSequencer

Create a new instance of a standalone sequencer that can be added to other UIs.

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "ISequencerModule.h"

Syntax

TSharedRef< ISequencer > CreateSequencer
(
    const FSequencerInitParams & InitParams
)

Remarks

Create a new instance of a standalone sequencer that can be added to other UIs.

Returns

The new sequencer object.

Parameters

Parameter

Description

InitParams

Initialization parameters.

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