![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimNode_LookAt.h>
Inheritance diagram for FAnimNode_LookAt:Simple controller that make a bone to look at the point or another bone
| FAnimNode_LookAt::FAnimNode_LookAt | ( | ) |
|
overridevirtual |
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.
|
inline |
|
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.
|
overridevirtual |
Reimplemented from FAnimNode_SkeletalControlBase.
|
protectedvirtual |
|
overridevirtual |
Reimplemented from FAnimNode_SkeletalControlBase.
| FBoneReference FAnimNode_LookAt::BoneToModify |
Name of bone to control. This is the main bone chain to modify from.
| bool FAnimNode_LookAt::bUseLookUpAxis |
Whether or not to use Look up axis
| float FAnimNode_LookAt::InterpolationTime |
| float FAnimNode_LookAt::InterpolationTriggerThreashold |
| TEnumAsByte<EInterpolationBlend::Type> FAnimNode_LookAt::InterpolationType |
| FAxis FAnimNode_LookAt::LookAt_Axis |
| float FAnimNode_LookAt::LookAtClamp |
Look at Clamp value in degrees - if your look at axis is Z, only X, Y degree of clamp will be used
| FVector FAnimNode_LookAt::LookAtLocation |
Target Offset. It's in world space if LookAtBone is empty or it is based on LookAtBone or LookAtSocket in their local space
| FBoneSocketTarget FAnimNode_LookAt::LookAtTarget |
Target socket to look at. Used if LookAtBone is empty. - You can use LookAtLocation if you need offset from this point. That location will be used in their local space.
| FAxis FAnimNode_LookAt::LookUp_Axis |