EInterpTrackMoveRotMode

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackMove.h

Include

#include "Matinee/InterpTrackMove.h"

Syntax

enum EInterpTrackMoveRotMode
{
    IMR_Keyframed,
    IMR_LookAtGroup,
    IMR_Ignore,
    IMR_MAX,
}

Values

Name

Description

IMR_Keyframed

Should take orientation from the keyframe.

IMR_LookAtGroup

Point the X-Axis of the controlled Actor at the group specified by LookAtGroupName.

IMR_Ignore

Should look along the direction of the translation path, with Z always up.

IMR_MAX

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