Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/AnimNodes
Inheritance Hierarchy
- FAnimNode_Base
- FAnimNode_PoseSnapshot
References
| Module | AnimGraphRuntime |
| Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_PoseSnapshot.h |
| Include | #include "AnimNodes/AnimNode_PoseSnapshot.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FAnimNode_PoseSnapshot : public FAnimNode_Base
Remarks
Provide a snapshot pose, either from the internal named pose cache or via a supplied snapshot
Variables
| Type | Name | Description | |
|---|---|---|---|
| ESnapshotSourceMode | Mode | How to access the snapshot | |
| FPoseSnapshot | Snapshot | Snapshot to use. This should be populated at first by calling SnapshotPose | |
| FName | SnapshotName | The name of the snapshot previously stored with SavePoseSnapshot |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate_AnyThread
(
FPoseContext& Output |
||
| void | GatherDebugData
(
FNodeDebugData& DebugData |
||
| bool | HasPreUpdate () |
FAnimNode_Base interface | |
| void | PreUpdate
(
const UAnimInstance* InAnimInstance |
||
| void | Update_AnyThread
(
const FAnimationUpdateContext& Context |