ESplineBoneAxis

The different axes we can align our bones to.

Windows
MacOS
Linux

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/BoneControllers/AnimNode_SplineIK.h

Include

#include "BoneControllers/AnimNode_SplineIK.h"

Syntax

enum ESplineBoneAxis
{
    None    = 0,
    X       = 1,
    Y       = 2,
    Z       = 3,
}

Values

Name

Description

None

X

Y

Z

Remarks

The different axes we can align our bones to.

that the values are set to match up with EAxis (but without 'None')

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