Navigation
API > API/Plugins > API/Plugins/BlackmagicCore
HDR Metadata.
| Name | FHDRMetaData |
| Type | struct |
| Header File | /Engine/Plugins/Media/BlackmagicMedia/Source/BlackmagicCore/Public/BlackmagicLib.h |
| Include Path | #include "BlackmagicLib.h" |
Syntax
struct FHDRMetaData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHDRMetaData() |
BlackmagicLib.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsAvailable | bool | Whether the data contained in this struct is valid. | BlackmagicLib.h | |
| ColorSpace | EHDRMetaDataColorspace | Target color space. | BlackmagicLib.h | |
| DisplayPrimariesBlueX | double | Blue chromaticity X coordinate. | BlackmagicLib.h | |
| DisplayPrimariesBlueY | double | Blue chromaticity Y coordinate. | BlackmagicLib.h | |
| DisplayPrimariesGreenX | double | Green chromaticity X coordinate. | BlackmagicLib.h | |
| DisplayPrimariesGreenY | double | Green chromaticity Y coordinate. | BlackmagicLib.h | |
| DisplayPrimariesRedX | double | Red chromaticity X coordinate. | BlackmagicLib.h | |
| DisplayPrimariesRedY | double | Red chromaticity Y coordinate. | BlackmagicLib.h | |
| EOTF | EHDRMetaDataEOTF | HDR Transfer function. | BlackmagicLib.h | |
| MaxContentLightLevel | double | Max content light level. | BlackmagicLib.h | |
| MaxDisplayLuminance | double | Max display mastering luminance. | BlackmagicLib.h | |
| MaxFrameAverageLightLevel | double | Max frame average light level. | BlackmagicLib.h | |
| MinDisplayLuminance | double | Min display mastering luminance. | BlackmagicLib.h | |
| WhitePointX | double | White point X coordinate. | BlackmagicLib.h | |
| WhitePointY | double | White point Y coordinate. | BlackmagicLib.h |