Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
References
| |
|
| Module |
UnrealUSDWrapper |
| Header |
/Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Public/UnrealUSDWrapper.h |
| Include |
#include "UnrealUSDWrapper.h" |
Syntax
enum EUsdRootMotionHandling
&123;
NoAdditionalRootMotion,
UseMotionFromSkelRoot,
UseMotionFromSkeleton,
&125;
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. |