unreal.MovieSceneRootMotionSpace¶
- class unreal.MovieSceneRootMotionSpace¶
Bases:
EnumBaseEnum describing what space that root motion should be applied in.
C++ Source:
Plugin: MovieSceneAnimMixer
Module: MovieSceneAnimMixer
File: MovieSceneAnimationMixerTrack.h
- ANIMATION_SPACE: MovieSceneRootMotionSpace = Ellipsis¶
Root motion should be applied in animation space, meaning that it will be applied on top of the blended transform track and transform origin.
- Type:
0
- WORLD_SPACE: MovieSceneRootMotionSpace = Ellipsis¶
Root motion should be applied in world space, meaning that it will override any transform track or transform origin.
- Type:
1