EBlendPosesPerBoneFilterFlags

Blending flags for BlendPosesPerBoneFilter

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AnimationRuntime.h

Include

#include "AnimationRuntime.h"

Syntax

enum EBlendPosesPerBoneFilterFlags
{
    None                 = 0,
    MeshSpaceRotation    = (1 << 0),
    MeshSpaceScale       = (1 << 1),
}

Values

Name

Description

None

MeshSpaceRotation

MeshSpaceScale

Blend bone rotations in mesh space instead of local space.

Remarks

Blending flags for BlendPosesPerBoneFilter

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss