You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The (optional) display mastering color space (usually used as a hints for the display devices) was incorrectly used as the sample source color space. Since we are linearizing to the working color space by default, display HDR metadata can be ignored. We also take this opportunity to cleanup the media sample color space interface, especially now that FColorSpace is in engine core. Furthermore, tonemapping is applied by on Electra HDR videos so that their (unlit or composited) default appearance resembles other media players. This change also introduces two news console variables: * Electra.HDR.WhiteLevel * Electra.HDR.ToneMapMethod #jira UE-221519 #rb dietmar.hauser, Jens.Petersam, Ruslan.Idrisov [CL 36765643 by eric renaudhoude in 5.5 branch]