ISequencerModule::RegisterOnSequencerCreated

Registers a delegate that will be called when a sequencer is created

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "ISequencerModule.h"

Syntax

FDelegateHandle RegisterOnSequencerCreated
(
    FOnSequencerCreated::FDelegate InOnSequencerCreated
)

Remarks

Registers a delegate that will be called when a sequencer is created

Returns

A handle to the newly-added delegate.

Parameters

Parameter

Description

InOnSequencerCreated

Delegate to register.

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