Navigation
API > API/Plugins > API/Plugins/MovieSceneAnimMixer
| |
|
| Name |
EMovieSceneAnimLoopMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/MovieSceneAnimMixer/Source/MovieSceneAnimMixer/Public/Systems/MovieSceneRootMotionSystem.h |
| Include Path |
#include "Systems/MovieSceneRootMotionSystem.h" |
Syntax
enum EMovieSceneAnimLoopMode
{
Accumulated,
Reset,
}
Values
| Name |
Remarks |
| Accumulated |
Preserves the section's root bone offset at the loop boundary so the animation continues spatially from where the previous loop ended. |
| Reset |
Resets the section's root bone back to its original start position at each loop boundary. |