ISequencerEditTool

Interface for edit tools in Sequencer.

Windows
MacOS
Linux

Inheritance Hierarchy

ISequencerInputHandler

ISequencerEditTool

References

Module

Sequencer

Header

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

Include

#include "ISequencerEditTool.h"

Syntax

class ISequencerEditTool : public ISequencerInputHandler

Remarks

Interface for edit tools in Sequencer.

Destructors

Name Description

Public function Virtual

~ISequencerEditTool()

Virtual destructor.

Functions

Name Description

Public function Const

bool

 

CanDeactivate()

Public function Const

const ISeque...

 

GetDragHotspot()

Public function Const

FName

 

GetIdentifier()

Public function Const

ISequencer &

 

GetSequencer()

Public function Const

FCursorReply

 

OnCursorQuery

(
    const FGeometry& MyGeometry,
    const FPointerEvent& CursorEvent
)

Public function

void

 

OnMouseCaptureLost()

Public function

void

 

OnMouseEnter

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

Public function

void

 

OnMouseLeave

(
    SWidget& OwnerWidget,
    const FPointerEvent& MouseEvent
)

Public function Const

int32

 

OnPaint

(
    const FGeometry& AllottedGeometry,
    const FSlateRect& MyCullingRect,
    FSlateWindowElementList& OutDrawEl...,
    int32 LayerId
)

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