Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/BoneControllers
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' |