Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Engine:Unreal Engine 5"

From PCGamingWiki, the wiki about fixing PC games
m (Reverted edits by Charged tank (talk) to last revision by Lolwellunteapot)
Tag: Rollback
m (added section on how to force UE5 games to output using the engine's built-in HDR output support)
Line 6: Line 6:
 
|predecessor=Unreal Engine 4
 
|predecessor=Unreal Engine 4
 
|wikipedia=Unreal Engine#Unreal Engine 5
 
|wikipedia=Unreal Engine#Unreal Engine 5
 +
|listgames=false
 
}}
 
}}
 +
 +
==Video==
 +
 +
===[[High dynamic range (HDR)]]===
 +
''For a list of known games and their specifics, see [[List of Unreal Engine 4-5 games where HDR can be forced|Unreal Engine 4-5 games where HDR can be forced]].''
 +
 +
Unreal Engine 5 have native HDR output that can be forced in many newer games with mixed results.
 +
 +
{{Fixbox|description=Enable native HDR output|fix=
 +
Using [[#Permanent console variable (cvar) changes|the guide below]], change {{File|Engine.ini}} to include these lines:
 +
<pre>
 +
[SystemSettings]
 +
r.AllowHDR=1
 +
r.HDR.EnableHDROutput=1
 +
r.HDR.Display.OutputDevice=5
 +
r.HDR.Display.ColorGamut=2
 +
</pre>
 +
 +
Optionally you can add these lines to boost the UI brightness. This might make the UI integrate better with HDR.
 +
<pre>
 +
r.HDR.UI.CompositeMode=1
 +
r.HDR.UI.Level=1.5
 +
</pre>
 +
 +
'''Notes'''
 +
{{mm}} See the [https://docs.unrealengine.com/5.3/en-US/high-dynamic-range-display-output-in-unreal-engine/#enablinghdroutput official engine documentation] for more details.
 +
}}
 +
 +
==Games==
 +
{{mm}} [[List of games that use Unreal Engine 4]]

Revision as of 12:42, 26 November 2023

Unreal Engine 5
Unreal Engine logo.svg
Developers
Website
First release date
Predecessor

Video

High dynamic range (HDR)

For a list of known games and their specifics, see Unreal Engine 4-5 games where HDR can be forced.

Unreal Engine 5 have native HDR output that can be forced in many newer games with mixed results.

Enable native HDR output

Using the guide below, change Engine.ini to include these lines:

[SystemSettings]
r.AllowHDR=1
r.HDR.EnableHDROutput=1
r.HDR.Display.OutputDevice=5
r.HDR.Display.ColorGamut=2

Optionally you can add these lines to boost the UI brightness. This might make the UI integrate better with HDR.

r.HDR.UI.CompositeMode=1
r.HDR.UI.Level=1.5

Notes

See the official engine documentation for more details.

Games

List of games that use Unreal Engine 4