# Editor

## Disable In Editor World

Allows the plugin to run but not render when in the editor mode. Useful if you just want it to run when in game or PIE mode.

{% hint style="info" %}
Only impacts stencil based outlines.
{% endhint %}

## Minimum Editor Viewport Resolution

The minimum editor viewport required for the passes to run.

{% hint style="info" %}
Only impacts stencil based outlines.
{% endhint %}

## Run Start-up Dialog

If this is disabled, the start-up dialog will never show. The start-up dialog will only show once per version, it's purpose is just to notify of an update.


---

# 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://sweenus987.gitbook.io/distance-field-outline/advanced/settings/editor.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.
