# Get Animation Frame

<div align="left"><figure><img src="https://2202237093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FililYtTOKJkeJpzbCa02%2Fuploads%2FES2uDdH5OsoSGnxiAi2n%2Fimage.png?alt=media&#x26;token=9fa922d1-0e7f-4a5a-a53d-cfda9d6e90d2" 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
 */
```
