EKeyGroupMode

Defines set key gruops mode.

Choose your operating system:

Windows

macOS

Linux

References

Module

Sequencer

Header

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

Include

#include "ISequencer.h"

Syntax

enum EKeyGroupMode
{
    KeyChanged,
    KeyGroup,
    KeyAll,
}

Values

Name

Description

KeyChanged

Key just changed channel

KeyGroup

Key just one, the parent translation, rotation or scale, when one changes

KeyAll

Key All (translation, rotation, scale) when one changes

Remarks

Defines set key gruops mode.