# Player: VR and non-VR

{% hint style="info" %}
You are reading an old article for Unreal Engine 4 - it should still work for Unreal Engine 5 though!
{% endhint %}

## Player

The player is represented by an avatar and camera configuration, this is usually categorised by the different perspectives.

There is a template file available provided by Unreal Engine that will get you started, this covers the most common available options, at the MSD, most experiences will be down as First Person or Virtual Reality.

### First Person

The player controls an avatar where the camera represents a view from that avatar's eyes, the most immersive option.

### Virtual Reality

VR is an extension of the FPS camera:

{% content-ref url="broken-reference" %}
[Broken link](https://ms-kb.msd.unimelb.edu.au/next-lab/virtual-reality/guides/vr-development-overview/unreal-engine-overview/unreal-engine-primer/broken-reference)
{% endcontent-ref %}

### Third Person

A floating camera follows the player-controlled avatar, usually from behind.


---

# 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://ms-kb.msd.unimelb.edu.au/next-lab/virtual-reality/guides/vr-development-overview/unreal-engine-overview/unreal-engine-primer/player-vr-and-non-vr.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.
