Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IStereoRenderTargetManager
Description
Retrieves HDR information about the stereo device, if any is available. The default implementation always returns false to indicate that the information from the monitor can be used instead.
| Name | HDRGetMetaDataForStereo |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/StereoRenderTargetManager.h |
| Include Path | #include "StereoRenderTargetManager.h" |
virtual bool HDRGetMetaDataForStereo
(
EDisplayOutputFormat & OutDisplayOutputFormat,
EDisplayColorGamut & OutDisplayColorGamut,
bool & OutbHDRSupported
)
true, if HDR information is available for the stereo device
Parameters
| Name | Remarks |
|---|---|
| OutDisplayOutputFormat | (out) encoding used by the stereo device |
| OutDisplayColorGamut | (out) color space used by the stereo device |
| OutbHDRSupported | (out) whether HDR is supported by the stereo device |