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

#include <AnimNode_BlendBoneByChannel.h>

Public Member Functions

 FBlendBoneByChannelEntry ()
 

Public Attributes

FBoneReference SourceBone
 
FBoneReference TargetBone
 
bool bBlendTranslation
 
bool bBlendRotation
 
bool bBlendScale
 

Constructor & Destructor Documentation

◆ FBlendBoneByChannelEntry()

FBlendBoneByChannelEntry::FBlendBoneByChannelEntry ( )
inline

Member Data Documentation

◆ bBlendRotation

bool FBlendBoneByChannelEntry::bBlendRotation

Copy Rotation from Source to Target

◆ bBlendScale

bool FBlendBoneByChannelEntry::bBlendScale

Copy Scale from Source to Target

◆ bBlendTranslation

bool FBlendBoneByChannelEntry::bBlendTranslation

Copy Translation from Source to Target

◆ SourceBone

FBoneReference FBlendBoneByChannelEntry::SourceBone

Bone to take Transform from

◆ TargetBone

FBoneReference FBlendBoneByChannelEntry::TargetBone

Bone to apply Transform to


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