ISequencerInputHandler

Common base-class for objects that handle input in the sequencer.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Sequencer

Header

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

Include

#include "ISequencerInputHandler.h"

Syntax

struct ISequencerInputHandler

Remarks

Common base-class for objects that handle input in the sequencer.

Functions

Name Description

Public function

FReply

 

OnMouseButtonDown

(
    SWidget& OwnerWidget,
    const FGeometry& MyGeometry,
    const FPointerEvent& MouseEvent
)

Public function

FReply

 

OnMouseButtonUp

(
    SWidget& OwnerWidget,
    const FGeometry& MyGeometry,
    const FPointerEvent& MouseEvent
)

Public function

FReply

 

OnMouseMove

(
    SWidget& OwnerWidget,
    const FGeometry& MyGeometry,
    const FPointerEvent& MouseEvent
)

Public function

FReply

 

OnMouseWheel

(
    SWidget& OwnerWidget,
    const FGeometry& MyGeometry,
    const FPointerEvent& MouseEvent
)

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