# Morpheus Platform Release v38.1.2

See [this guide](/platform-documentation/creation/unreal-development/tutorials/upgrade-the-editor.md) on how to update your existing project to a new editor release.

***

**Version released:** 08/08/2025

{% hint style="info" %}
Please note v38.1.2 removes support for any build on v34.1.1 on Pixel Streaming
{% endhint %}

## Release notes

This hotfix addresses a few issues which were identified with **v38.1.1**.

* Fixed screenshot command not working in Shipping builds.
* Made the roles list provide be an instanced object rather than a class, to avoid accidentally modifying CDOs.
* Exposed a getter for roles to enable developers to handle which provided is being used.
* Fixed a crash for Mac with WebUI due to incorrect handling of DPI scaling.


---

# 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.otherside.xyz/platform-documentation/creation/unreal-development/release-notes/v38_1_2.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.
