Navigation
API > API/Plugins > API/Plugins/HierarchyTableAnimationRuntime
The space in which bone rotations are blended
| Name | EBlendProfileRotationBlendSpace |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Animation/HierarchyTableAnimation/Source/Runtime/Public/AnimNode_BlendProfileLayeredBlend.h |
| Include Path | #include "AnimNode_BlendProfileLayeredBlend.h" |
Syntax
enum EBlendProfileRotationBlendSpace
{
LocalSpace,
MeshSpace,
RootSpace,
}
Values
| Name | Remarks |
|---|---|
| LocalSpace | Blend bone rotations in local space |
| MeshSpace | Blend bone rotations in mesh space |
| RootSpace | Blend bone rotations in root space (mesh space relative to the root bone) |