EScaleChainInitialLength

Windows
MacOS
Linux

References

Module

AnimGraphRuntime

Header

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

Include

#include "BoneControllers/AnimNode_ScaleChainLength.h"

Syntax

enum EScaleChainInitialLength
{
    FixedDefaultLengthValue,
    Distance,
    ChainLength,
}

Values

Name

Description

FixedDefaultLengthValue

Use the 'DefaultChainLength' input value.

Distance

Use distance between 'ChainStartBone' and 'ChainEndBone' (in Component Space)

ChainLength

Use animated chain length (length in local space of every bone from 'ChainStartBone' to 'ChainEndBone'

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