Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencerSection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply OnSectionDoubleClicked
(
const FGeometry& SectionGeometry, |
Called when the section is double clicked | ISequencerSection.h | |
virtual FReply OnSectionDoubleClicked
(
const FGeometry& SectionGeometry, |
Called when the section is double clicked | ISequencerSection.h |
OnSectionDoubleClicked(const FGeometry &, const FPointerEvent &)
Description
Called when the section is double clicked
| Name | OnSectionDoubleClicked |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencerSection.h |
| Include Path | #include "ISequencerSection.h" |
virtual FReply OnSectionDoubleClicked
(
const FGeometry & SectionGeometry,
const FPointerEvent & MouseEvent
)
A reply in response to double clicking the section
Parameters
| Name | Remarks |
|---|---|
| SectionGeometry | Geometry of the section |
| MouseEvent | Event causing the double click |
OnSectionDoubleClicked(const FGeometry &, const FPointerEvent &, const FGuid &)
Description
Called when the section is double clicked
| Name | OnSectionDoubleClicked |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencerSection.h |
| Include Path | #include "ISequencerSection.h" |
virtual FReply OnSectionDoubleClicked
(
const FGeometry & SectionGeometry,
const FPointerEvent & MouseEvent,
const FGuid & ObjectBinding
)
A reply in response to double clicking the section
Parameters
| Name | Remarks |
|---|---|
| SectionGeometry | Geometry of the section |
| MouseEvent | Event causing the double click |
| ObjectBinding | The object guid bound to this section |