Navigation
API > API/Plugins > API/Plugins/MovieSceneAnimMixer
Enum describing what space that root motion should be applied in.
| Name | EMovieSceneRootMotionSpace |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MovieSceneAnimMixer/Source/MovieSceneAnimMixer/Public/Systems/MovieSceneRootMotionSystem.h |
| Include Path | #include "Systems/MovieSceneRootMotionSystem.h" |
Syntax
enum EMovieSceneRootMotionSpace
{
AnimationSpace,
WorldSpace,
}
Values
| Name | Remarks |
|---|---|
| AnimationSpace | Root motion should be applied in animation space, meaning that it will be applied on top of the blended transform track and transform origin. |
| WorldSpace | Root motion should be applied in world space, meaning that it will override any transform track or transform origin. |