ESnapshotSourceMode

How to access the snapshot

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss