Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/AnimNodes
References
| Module | AnimGraphRuntime |
| Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_PoseSnapshot.h |
| Include | #include "AnimNodes/AnimNode_PoseSnapshot.h" |
Syntax
enum ESnapshotSourceMode
{
NamedSnapshot,
SnapshotPin,
}
Values
| Name | Description |
|---|---|
| NamedSnapshot | Refer to an internal snapshot by name (previously stored with SavePoseSnapshot). |
| SnapshotPin | Use a snapshot variable (previously populated using SnapshotPose). |
Remarks
How to access the snapshot