Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FAnimNode_UseCachedPose |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_UseCachedPose.h |
| Include Path | #include "Animation/AnimNode_UseCachedPose.h" |
Syntax
USTRUCT ()
struct FAnimNode_UseCachedPose : public FAnimNode_Base
Inheritance Hierarchy
- FAnimNode_Base → FAnimNode_UseCachedPose
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimNode_UseCachedPose() |
Animation/AnimNode_UseCachedPose.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachePoseName | FName | Intentionally not exposed, set by AnimBlueprintCompiler | Animation/AnimNode_UseCachedPose.h |
|
| LinkToCachingNode | FPoseLink | Note: This link is intentionally not public; it's wired up during compilation. | Animation/AnimNode_UseCachedPose.h |
Functions
Public
Overridden from FAnimNode_Base
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CacheBones_AnyThread
(
const FAnimationCacheBonesContext& Context |
Called to cache any bones that this node needs to track (e.g. in a FBoneReference). | Animation/AnimNode_UseCachedPose.h | |
virtual void Evaluate_AnyThread
(
FPoseContext& Output |
Called to evaluate local-space bones transforms according to the weights set up in Update(). | Animation/AnimNode_UseCachedPose.h | |
virtual void GatherDebugData
(
FNodeDebugData& DebugData |
Called to gather on-screen debug data. This is called on the game thread. | Animation/AnimNode_UseCachedPose.h | |
virtual void Initialize_AnyThread
(
const FAnimationInitializeContext& Context |
Called when the node first runs. | Animation/AnimNode_UseCachedPose.h | |
virtual void Update_AnyThread
(
const FAnimationUpdateContext& Context |
Called to update the state of the graph relative to this node. | Animation/AnimNode_UseCachedPose.h |