# Get Animation Frame

<div align="left"><figure><img src="/files/e1LZNaNaW3HOGfE3VIEI" alt=""><figcaption></figcaption></figure></div>

```
/**
 * Node that retrieves a mesh at a specific frame from an animation sequence.
 * 
 * This node takes a skeletal mesh (in rest pose) and an animation sequence,
 * then outputs the deformed mesh at the specified frame index.
 * 
 * Usage:
 * 1. Connect a skeletal mesh (RestPose) and animation sequence
 * 2. Set the desired frame index
 * 3. Click "Retrieve Frame" to capture the mesh at that frame
 * 4. The output Mesh pin will contain the deformed mesh
 */
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meshmorpher.com/graph/animation/get-animation-frame.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
