ISequencerSection::OnSectionDoubleClicked

Called when the section is double clicked

Windows
MacOS
Linux

Override Hierarchy

References

Module

Sequencer

Header

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

Include

#include "ISequencerSection.h"

Syntax

virtual FReply OnSectionDoubleClicked
(
    const FGeometry & SectionGeometry,
    const FPointerEvent & MouseEvent
)

Remarks

Called when the section is double clicked

Returns

A reply in response to double clicking the section

Parameters

Parameter

Description

SectionGeometry

Geometry of the section

MouseEvent

Event causing the double click

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