UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::AnimationCore Namespace Reference

Classes

class  FBoneWeight
 
struct  FBoneWeightNullAdapter
 
class  FBoneWeights
 A simple container for per-vertex influence of bones and their weights. More...
 
class  FBoneWeightsSettings
 
class  TBoneWeights
 

Enumerations

enum class  EBoneWeightNormalizeType { None , AboveOne , Always }
 

Enumeration Type Documentation

◆ EBoneWeightNormalizeType

Specifies the method for which the bone weights are normalized after the bone weight list is modified.

Enumerator
None 

No normalization is performed. The sum of the weight values can exceed 1.0

AboveOne 

Normalization is only performed if the sum of the weights exceeds 1.0

Always 

Normalization is always performed such that the sum of the weights is always equal to 1.0