ISequencerModule::RegisterOnPreSequencerInit

Registers a delegate that will be called just before a sequencer is initialized

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "ISequencerModule.h"

Syntax

FDelegateHandle RegisterOnPreSequencerInit
(
    FOnPreSequencerInit::FDelegate InOnPreSequencerInit
)

Remarks

Registers a delegate that will be called just before a sequencer is initialized

Returns

A handle to the newly-added delegate.

Parameters

Parameter

Description

InOnPreSequencerInit

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