Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/AnimNodes
References
| Module | AnimGraphRuntime |
| Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_BlendBoneByChannel.h |
| Include | #include "AnimNodes/AnimNode_BlendBoneByChannel.h" |
Syntax
struct FBlendBoneByChannelEntry
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bBlendRotation | Copy Rotation from Source to Target | |
| bool | bBlendScale | Copy Scale from Source to Target | |
| bool | bBlendTranslation | Copy Translation from Source to Target | |
| FBoneReference | SourceBone | Bone to take Transform from | |
| FBoneReference | TargetBone | Bone to apply Transform to |
Constructors
| Type | Name | Description | |
|---|---|---|---|