Navigation
API > API/Runtime > API/Runtime/ImageWrapper > API/Runtime/ImageWrapper/FHdrImageWrapper
Description
Adds a key and value to this image's metadata. Will be saved in the image's header and restored when the image is loaded.
Virtual Inheritance
- IImageWrapper::AddMetadata → FHdrImageWrapper::AddMetadata
| Name | AddMetadata |
| 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 void AddMetadata
(
const FString & InKey,
const FString & InValue
)
Parameters
| Name | Remarks |
|---|---|
| InKey | Metadata consists of key value pairs. |
| InValue | Metadata consists of key value pairs. |