Navigation
API > API/Runtime > API/Runtime/ImageWrapper > API/Runtime/ImageWrapper/FHdrImageWrapper
Description
Queries a key from this image's metadata. If it exists, returns its corresponding value.
Returns true if the key exists.
Virtual Inheritance
- IImageWrapper::TryGetMetadata → FHdrImageWrapper::TryGetMetadata
| Name | TryGetMetadata |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageWrapper/Public/Formats/HdrImageWrapper.h |
| Include Path | #include "Formats/HdrImageWrapper.h" |
| Source | /Engine/Source/Runtime/ImageWrapper/Private/Formats/HdrImageWrapper.cpp |
virtual bool TryGetMetadata
(
const FString & InKey,
FString & OutValue
) const
Parameters
| Name | Remarks |
|---|---|
| InKey | The key to locate. |
| outValue | If the key exists, this is its value. |