ISequencerModule::RegisterEditorObjectBinding

Registers a delegate that will create editor UI for an object binding in sequencer.

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "ISequencerModule.h"

Syntax

FDelegateHandle RegisterEditorObjectBinding
(
    FOnCreateEditorObjectBinding InOnCreateEditorObjectBinding
)

Remarks

Registers a delegate that will create editor UI for an object binding in sequencer.

Returns

A handle to the newly-added delegate.

Parameters

Parameter

Description

InOnCreateEditorObjectBinding

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