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 (added section on how to force UE5 games to output using the engine's built-in HDR output support)
m (→‎High dynamic range (HDR): updated instructions)
Line 16: Line 16:
 
Unreal Engine 5 have native HDR output that can be forced in many newer games with mixed results.
 
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=
+
{{Fixbox|description=Force the built-in HDR display output of the engine:|fix=
Using [[#Permanent console variable (cvar) changes|the guide below]], change {{File|Engine.ini}} to include these lines:
+
<ol>
 +
<li> Refer to the [[List of Unreal Engine 4-5 games where HDR can be forced#Game compatibility|list of Unreal Engine 4-5 games where HDR can be forced]] for details about whether the built-in HDR display output is known to work with the game.</li>
 +
<li> Using [[#Permanent console variable (cvar) changes|the guide below]], change {{File|Engine.ini}} to include these lines:
 
<pre>
 
<pre>
 
[SystemSettings]
 
[SystemSettings]
Line 26: Line 28:
 
</pre>
 
</pre>
  
Optionally you can add these lines to boost the UI brightness. This might make the UI integrate better with HDR.
+
'''Optional changes:'''
 +
* If the display supports 2000 nits or higher, change <code>r.HDR.Display.OutputDevice</code> to <code>6</code> to use the 2000 nits output mode.
 +
* Add these lines to boost the UI brightness which may make it integrate better with HDR:
 
<pre>
 
<pre>
 
r.HDR.UI.CompositeMode=1
 
r.HDR.UI.CompositeMode=1
 
r.HDR.UI.Level=1.5
 
r.HDR.UI.Level=1.5
 
</pre>
 
</pre>
 +
</li>
 +
<li>The game should now launch with HDR display output enabled and working.</li>
 +
</ol>
  
 
'''Notes'''
 
'''Notes'''

Revision as of 18:59, 27 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.

Force the built-in HDR display output of the engine:
  1. Refer to the list of Unreal Engine 4-5 games where HDR can be forced for details about whether the built-in HDR display output is known to work with the game.
  2. 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
    

    Optional changes:

    • If the display supports 2000 nits or higher, change r.HDR.Display.OutputDevice to 6 to use the 2000 nits output mode.
    • Add these lines to boost the UI brightness which may make it integrate better with HDR:
    r.HDR.UI.CompositeMode=1
    r.HDR.UI.Level=1.5
    
  3. The game should now launch with HDR display output enabled and working.

Notes

See the official engine documentation for more details.

Games

List of games that use Unreal Engine 4