FBlendBoneByChannelEntry

Choose your operating system:

Windows

macOS

Linux

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_BlendBoneByChannel.h

Include

#include "AnimNodes/AnimNode_BlendBoneByChannel.h"

Syntax

struct FBlendBoneByChannelEntry

Variables

Name Description

Public variable

bool

 

bBlendRotation

Copy Rotation from Source to Target

Public variable

bool

 

bBlendScale

Copy Scale from Source to Target

Public variable

bool

 

bBlendTranslation

Copy Translation from Source to Target

Public variable

FBoneReference

 

SourceBone

Bone to take Transform from

Public variable

FBoneReference

 

TargetBone

Bone to apply Transform to

Constructors

Name Description

Public function

FBlendBoneByChannelEntry()