Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/Sequencer/Public/ISequencer.h |
Include |
#include "ISequencer.h" |
enum EKeyGroupMode
{
KeyChanged,
KeyGroup,
KeyAll,
}
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 |
Defines set key gruops mode.