Navigation
API > API/Runtime > API/Runtime/ImageWrapper > API/Runtime/ImageWrapper/IImageWrapper
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.
Derived Overrides
| Name | AddMetadata |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageWrapper/Public/IImageWrapper.h |
| Include Path | #include "IImageWrapper.h" |
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. |