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

#include <AnimationCoreUtil.h>

Public Member Functions

void Reset ()
 
void AddParent (const FTransform &InTransform, float Weight)
 
void AddTranslation (const FVector &Translation, float Weight)
 
void AddRotation (const FQuat &Rotation, float Weight)
 
void AddScale (const FVector &Scale, float Weight)
 
bool GetBlendedParent (FTransform &OutTransform)
 
bool GetBlendedTranslation (FVector &Output)
 
bool GetBlendedRotation (FQuat &Output)
 
bool GetBlendedScale (FVector &Output)
 

Member Function Documentation

◆ AddParent()

void FComponentBlendHelper::AddParent ( const FTransform InTransform,
float  Weight 
)
inline

◆ AddRotation()

void FComponentBlendHelper::AddRotation ( const FQuat Rotation,
float  Weight 
)
inline

◆ AddScale()

void FComponentBlendHelper::AddScale ( const FVector Scale,
float  Weight 
)
inline

◆ AddTranslation()

void FComponentBlendHelper::AddTranslation ( const FVector Translation,
float  Weight 
)
inline

◆ GetBlendedParent()

bool FComponentBlendHelper::GetBlendedParent ( FTransform OutTransform)
inline

◆ GetBlendedRotation()

bool FComponentBlendHelper::GetBlendedRotation ( FQuat Output)
inline

◆ GetBlendedScale()

bool FComponentBlendHelper::GetBlendedScale ( FVector Output)
inline

◆ GetBlendedTranslation()

bool FComponentBlendHelper::GetBlendedTranslation ( FVector Output)
inline

◆ Reset()

void FComponentBlendHelper::Reset ( )
inline

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