ISequencerHotspot

A sequencer hotspot is used to identify specific areas on the sequencer track area

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "ISequencerHotspot.h"

Syntax

struct ISequencerHotspot

Remarks

A sequencer hotspot is used to identify specific areas on the sequencer track area

Variables

Name Description

Public variable

bool

 

bIsLocked

Whether this hotspot should be considered locked (ie, cannot be changed)

Constructors

Name Description

Public function

ISequencerHotspot()

Destructors

Name Description

Public function Virtual

~ISequencerHotspot()

Functions

Name Description

Public function Virtual Const

FCursorReply

 

GetCursor()

Public function Virtual Const

const FSlate...

 

GetCursorDecorator

(
    const FGeometry& MyGeometry,
    const FPointerEvent& CursorEvent
)

Public function Virtual Const

TOptional< F...

 

GetOffsetTime()

Public function Virtual Const

TOptional< F...

 

GetTime()

Public function Const

ESequencerHo...

 

GetType()

Public function Virtual

TSharedPtr< ...

 

InitiateDrag

(
    ISequencer&
)

Public function Virtual

bool

 

PopulateContextMenu

(
    FMenuBuilder& MenuBuilder,
    ISequencer& Sequencer,
    FFrameTime MouseDownTime
)

Public function Const

void

 

UpdateOnHover

(
    SSequencerTrackArea& InTrackArea,
    ISequencer& InSequencer
)

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