# FAQ

#### Why do I see a gray sphere in my level when using spectator mode?

This is the default geometry for the DefaultPawn in Unreal Engine. If you create a new pawn with no geometry and assign it to your GameMode you will no longer see it.

#### How do I change which version of Unreal Engine is used when launching a scene with Virtual Control?

Right click on your uproject file in Windows Explorer and select "Switch Unreal Engine version".

![](/files/-MTgZlNrY6gonnJxq8Gk)

![](/files/-MTgZwUNf65EniHZHfhq)


---

# 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.sequinar.com/glimmer-vc/faq.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.
