UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ERootMotionMode Namespace Reference

Enumerations

enum  Type : int { NoRootMotionExtraction , IgnoreRootMotion , RootMotionFromEverything , RootMotionFromMontagesOnly }
 

Enumeration Type Documentation

◆ Type

Enumerator
NoRootMotionExtraction 

Leave root motion in animation.

IgnoreRootMotion 

Extract root motion but do not apply it.

RootMotionFromEverything 

Root motion is taken from all animations contributing to the final pose, not suitable for network multiplayer setups.

RootMotionFromMontagesOnly 

Root motion is only taken from montages, suitable for network multiplayer setups.