UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSortedPerBoneInterpolation Struct Reference

Public Member Functions

 FSortedPerBoneInterpolation (const FPerBoneInterpolation &Original, int32 Index)
 

Public Attributes

FPerBoneInterpolation PerBoneBlend
 
int32 OriginalIndex
 

Detailed Description

When per-bone blend data are required to be sorted, this stores the sorted copy and the index of the original

Constructor & Destructor Documentation

◆ FSortedPerBoneInterpolation()

FSortedPerBoneInterpolation::FSortedPerBoneInterpolation ( const FPerBoneInterpolation Original,
int32  Index 
)
inline

Member Data Documentation

◆ OriginalIndex

int32 FSortedPerBoneInterpolation::OriginalIndex

Index into the original array

◆ PerBoneBlend

FPerBoneInterpolation FSortedPerBoneInterpolation::PerBoneBlend

The documentation for this struct was generated from the following file: