# Project Default: Completion Mode

By default, the Completion Mode, aka “When Finished” variable for a UMovieSceneSkeletalAnimationSection is *Restore State*. To change it to *Keep State* for the whole project, add the following line to **DefaultEngine.ini**:

```
[/Script/LevelSequence.LevelSequence]
DefaultCompletionMode=KeepState
```

{% hint style="info" %}
There is **no** setting in either Project Settings or Editor Preferences for this - it’s a variable (*UMovieSceneSequence->DefaultCompletionMode*) that gets saved/loaded to/from the config on editor startup. If it’s changed, restart the editor for it to take effect.
{% endhint %}


---

# 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.oserosuite.com/technical-notes/unreal-engine-notes/sequencer/project-default-completion-mode.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.
