Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
References
| |
|
| Module |
UnrealUSDWrapper |
| Header |
/Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UnrealUSDWrapper.h |
| Include |
#include "UnrealUSDWrapper.h" |
Syntax
enum EUsdRootMotionHandling
{
NoAdditionalRootMotion,
UseMotionFromSkelRoot,
UseMotionFromSkeleton,
}
Values
| Name |
Description |
| NoAdditionalRootMotion |
Use for the root bone just its regular joint animation as described on the SkelAnimation prim. |
| UseMotionFromSkelRoot |
Use the transform animation from the SkelRoot prim in addition to the root bone joint animation as described on the SkelAnimation prim. |
| UseMotionFromSkeleton |
Use the transform animation from the Skeleton prim in addition to the root bone joint animation as described on the SkelAnimation prim. |