FSequencerCustomizationInfo

Class for specifying customizations to apply to a sequence editor.

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "SequencerCustomizationManager.h"

Syntax

struct FSequencerCustomizationInfo

Remarks

Class for specifying customizations to apply to a sequence editor.

Variables

Name Description

Public variable

TSharedPtr< FEx...

 

AddMenuExtender

Extender for the "add track" menu.

Public variable

FOnActorsDrop

 

OnActorsDrop

Called when an actor is dropped on the sequencer. Only if OnReceivedDrop hasn't handled the event.

Public variable

FOnAssetsDrop

 

OnAssetsDrop

Called when an asset is dropped on the sequencer. Only if OnReceivedDrop hasn't handled the event.

Public variable

FOnClassesDrop

 

OnClassesDrop

Called when a class is dropped on the sequencer. Only if OnReceivedDrop hasn't handled the event.

Public variable

FOptionalOnDrag...

 

OnReceivedDragOver

Called when something is dragged over the sequencer.

Public variable

FOptionalOnDrag...

 

OnReceivedDrop

Called when something is dropped on the sequencer.

Public variable

TSharedPtr< FEx...

 

ToolbarExtender

Extender for the sequencer toolbar.

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