unreal.InterpTrackMoveRotMode

class unreal.InterpTrackMoveRotMode

Bases: unreal.EnumBase

EInterp Track Move Rot Mode

C++ Source:

  • Module: Engine

  • File: InterpTrackMove.h

IMR_IGNORE

Do not change rotation. Ignore it.

Type

2

IMR_KEYFRAMED

Should take orientation from the keyframe.

Type

0

IMR_LOOK_AT_GROUP

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

Type

1