ESnapTimeMode

Allowable snapping modes when setting global time

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "ISequencer.h"

Syntax

enum ESnapTimeMode
{
    STM_None        = 0x00000000,
    STM_Interval    = 0x00000001,
    STM_Keys        = 0x00000002,
    STM_All         = STM_Interval | STM_Keys,
}

Values

Name

Description

STM_None

No snapping

STM_Interval

Snap to the time interval.

STM_Keys

Snap to keys.

STM_All

All snapping

Remarks

Allowable snapping modes when setting global time

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