FSplineIKCachedBoneData

Data cached per bone in the chain

Windows
MacOS
Linux

References

Module

AnimGraphRuntime

Header

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

Include

#include "BoneControllers/AnimNode_SplineIK.h"

Syntax

struct FSplineIKCachedBoneData

Remarks

Data cached per bone in the chain

Variables

Name Description

Public variable

FBoneReference

 

Bone

The bone we refer to

Public variable

int32

 

RefSkeletonIndex

Index of the bone in the reference skeleton

Constructors

Name Description

Public function

FSplineIKCachedBoneData()

Public function

FSplineIKCachedBoneData

(
    const FName& InBoneName,
    int32 InRefSkeletonIndex
)

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