Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimationRuntime
Blending flags for BlendPosesPerBoneFilter
| Name | EBlendPosesPerBoneFilterFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimationRuntime.h |
| Include Path | #include "AnimationRuntime.h" |
Syntax
enum EBlendPosesPerBoneFilterFlags
{
None = 0,
MeshSpaceRotation = (1 << 0),
MeshSpaceScale = (1 << 1),
RootSpaceRotation = (1 << 2),
}
Values
| Name | Remarks |
|---|---|
| None | |
| MeshSpaceRotation | |
| MeshSpaceScale | Blend bone rotations in mesh space instead of local space. |
| RootSpaceRotation | Blend bone scales in mesh space instead of local space. |