Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
| |
|
| Name |
EScaleChainInitialLength |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/AnimGraphRuntime/Public/BoneControllers/AnimNode_ScaleChainLength.h |
| Include Path |
#include "BoneControllers/AnimNode_ScaleChainLength.h" |
Syntax
enum EScaleChainInitialLength
{
FixedDefaultLengthValue,
Distance,
ChainLength,
}
Values
| Name |
Remarks |
| 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' |