Navigation
Unreal Engine C++ API Reference > Editor > Sequencer
References
Module | Sequencer |
Header | /Engine/Source/Editor/Sequencer/Public/ISequencerSection.h |
Include | #include "ISequencerSection.h" |
Syntax
struct FSequencerSectionPropertyDetailsViewCustomizationParams
Remarks
Parameters for the callback used when a section wants to customize how its properties details context menu looks like.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FGuid | ParentObjectBindingGuid | |
![]() |
TSharedRef< ISequencerSection > | SectionInterface | |
![]() |
TWeakPtr< ISequencer > | SequencerWeak | |
![]() |
ISequencerTrackEditor & | TrackEditor |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FSequencerSectionPropertyDetailsViewCustomizationParams
(
TSharedRef< ISequencerSection > InSectionInterface, |