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