Choose your operating system:
Windows
macOS
Linux
| FAnimNode_Base
|
Module |
|
Header |
/Engine/Source/Runtime/AnimGraphRuntime/Public/BoneControllers/AnimNode_HandIKRetargeting.h |
Include |
#include "BoneControllers/AnimNode_HandIKRetargeting.h" |
struct FAnimNode_HandIKRetargeting : public FAnimNode_SkeletalControlBase
Node to handle re-targeting of Hand IK bone chain. It looks at position in Mesh Space of Left and Right IK bones, and moves Left and Right IK bones to those. based on HandFKWeight. (0 = favor left hand, 1 = favor right hand, 0.5 = equal weight). This is used so characters of different proportions can handle the same props.
Name | Description | ||
---|---|---|---|
|
float |
HandFKWeight |
Which hand to favor. 0.5 is equal weight for both, 1 = right hand, 0 = left hand. |
|
IKBonesToMove |
IK Bones to move. |
|
|
LeftHandFK |
Bone for Left Hand FK |
|
|
LeftHandIK |
Bone for Left Hand IK |
|
|
RightHandFK |
Bone for Right Hand FK |
|
|
RightHandIK |
Bone for Right Hand IK |
Name | Description | |
---|---|---|
|
FAnimNode_HandIKRetargeting() |
Name | Description | ||
---|---|---|---|
|
EvaluateSkeletalControl_AnyThread ( |
Evaluate the new component-space transforms for the affected bones. |
|
|
IsValidToEvaluate ( |
Return true if it is valid to Evaluate |
Name | Description | ||
---|---|---|---|
|
GatherDebugData ( |
Called to gather on-screen debug data. This is called on the game thread. |