UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AnimNode_ScaleChainLength.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "BoneIndices.h"
#include "BoneContainer.h"
#include "BonePose.h"
#include "BoneControllers/AnimNode_SkeletalControlBase.h"
#include "AnimNode_ScaleChainLength.generated.h"

Go to the source code of this file.

Classes

struct  FAnimNode_ScaleChainLength
 

Enumerations

enum class  EScaleChainInitialLength : uint8 { FixedDefaultLengthValue , Distance , ChainLength }
 

Enumeration Type Documentation

◆ EScaleChainInitialLength

Enumerator
FixedDefaultLengthValue 

Use the 'DefaultChainLength' input value.

Distance 

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

ChainLength