Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FAnimNode_SaveCachedPose |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_SaveCachedPose.h |
| Include Path | #include "Animation/AnimNode_SaveCachedPose.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FAnimNode_SaveCachedPose : public FAnimNode_Base
Inheritance Hierarchy
- FAnimNode_Base → FAnimNode_SaveCachedPose
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimNode_SaveCachedPose() |
Animation/AnimNode_SaveCachedPose.h |
Structs
| Name | Remarks |
|---|---|
| FCachedUpdateContext |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachePoseName | FName | Intentionally not exposed, set by AnimBlueprintCompiler | Animation/AnimNode_SaveCachedPose.h | |
| GlobalWeight | float | Animation/AnimNode_SaveCachedPose.h | ||
| Pose | FPoseLink | Animation/AnimNode_SaveCachedPose.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PostGraphUpdate() |
Animation/AnimNode_SaveCachedPose.h |
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_SaveCachedPose.h | |
virtual void Evaluate_AnyThread
(
FPoseContext& Output |
Called to evaluate local-space bones transforms according to the weights set up in Update(). | Animation/AnimNode_SaveCachedPose.h | |
virtual void GatherDebugData
(
FNodeDebugData& DebugData |
Called to gather on-screen debug data. This is called on the game thread. | Animation/AnimNode_SaveCachedPose.h | |
virtual void Initialize_AnyThread
(
const FAnimationInitializeContext& Context |
Called when the node first runs. | Animation/AnimNode_SaveCachedPose.h | |
virtual void Update_AnyThread
(
const FAnimationUpdateContext& Context |
Called to update the state of the graph relative to this node. | Animation/AnimNode_SaveCachedPose.h |