![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimNode_RotationOffsetBlendSpace.h>
Inheritance diagram for FAnimNode_RotationOffsetBlendSpace:| FAnimNode_RotationOffsetBlendSpace::FAnimNode_RotationOffsetBlendSpace | ( | ) |
|
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_BlendSpacePlayerBase.
|
overridevirtual |
Called to evaluate local-space bones transforms according to the weights set up in Update(). You should implement either Evaluate or EvaluateComponentSpace, but not both of these. This can be called on any thread.
| Output | Output structure to write pose or curve data to. Also provides access to relevant data as a context. |
Reimplemented from FAnimNode_BlendSpacePlayerBase.
|
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_BlendSpacePlayerBase.
Get the LOD level at which this node is enabled. Node is enabled if the current LOD is less than or equal to this threshold.
Reimplemented from FAnimNode_Base.
|
overridevirtual |
Initialize function for setup purposes
Reimplemented from FAnimNode_BlendSpacePlayerBase.
|
overridevirtual |
Update method for the asset player, to be implemented by derived classes
Reimplemented from FAnimNode_BlendSpacePlayerBase.
| float FAnimNode_RotationOffsetBlendSpace::ActualAlpha |
| float FAnimNode_RotationOffsetBlendSpace::Alpha |
| FInputAlphaBoolBlend FAnimNode_RotationOffsetBlendSpace::AlphaBoolBlend |
| FName FAnimNode_RotationOffsetBlendSpace::AlphaCurveName |
| EAnimAlphaInputType FAnimNode_RotationOffsetBlendSpace::AlphaInputType |
| FInputScaleBias FAnimNode_RotationOffsetBlendSpace::AlphaScaleBias |
| FInputScaleBiasClamp FAnimNode_RotationOffsetBlendSpace::AlphaScaleBiasClamp |
| bool FAnimNode_RotationOffsetBlendSpace::bAlphaBoolEnabled |
| FPoseLink FAnimNode_RotationOffsetBlendSpace::BasePose |
| bool FAnimNode_RotationOffsetBlendSpace::bIsLODEnabled |
| int32 FAnimNode_RotationOffsetBlendSpace::LODThreshold |