![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimNode_TwistCorrectiveNode.h>
Inheritance diagram for FAnimNode_TwistCorrectiveNode:This is the node that apply corrective morphtarget for twist Good example is that if you twist your neck too far right or left, you're going to see odd stretch shape of neck, This node can detect the angle and apply morphtarget curve This isn't the twist control node for bone twist
| FAnimNode_TwistCorrectiveNode::FAnimNode_TwistCorrectiveNode | ( | ) |
|
overridevirtual |
Called to cache any bones that this node needs to track (e.g. in a FBoneReference). This is usually called at startup when LOD switches occur. This can be called on any thread.
| Context | Context structure providing access to relevant data |
Reimplemented from FAnimNode_SkeletalControlBase.
|
overridevirtual |
Reimplemented from FAnimNode_SkeletalControlBase.
|
overridevirtual |
Called to gather on-screen debug data. This is called on the game thread.
| DebugData | Debug data structure used to output any relevant data |
Reimplemented from FAnimNode_Base.
|
overridevirtual |
Called when the node first runs. If the node is inside a state machine or cached pose branch then this can be called multiple times. This can be called on any thread.
| Context | Context structure providing access to relevant data |
Reimplemented from FAnimNode_SkeletalControlBase.
|
overrideprotectedvirtual |
Reimplemented from FAnimNode_SkeletalControlBase.
|
overridevirtual |
Reimplemented from FAnimNode_SkeletalControlBase.
| FReferenceBoneFrame FAnimNode_TwistCorrectiveNode::BaseFrame |
Base Frame of the reference for the twist node
| FName FAnimNode_TwistCorrectiveNode::CurveName |
| float FAnimNode_TwistCorrectiveNode::RangeMax |
| float FAnimNode_TwistCorrectiveNode::RemappedMax |
| float FAnimNode_TwistCorrectiveNode::RemappedMin |
| FReferenceBoneFrame FAnimNode_TwistCorrectiveNode::TwistFrame |
| FAxis FAnimNode_TwistCorrectiveNode::TwistPlaneNormalAxis |
Normal of the Plane that we'd like to calculate angle calculation from in BaseFrame. Please note we're looking for Normal Axis