Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FObjectThumbnail
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetImage
(
const FImageView& Image |
Copy Image into Thumbnail uncompressed image data. | Misc/ObjectThumbnail.h | |
void SetImage
(
FImage&& Image |
Move Image data into Thumbnail (convert to BGRA8-SRGB if necessary) | Misc/ObjectThumbnail.h |
SetImage(const FImageView &)
Description
Copy Image into Thumbnail uncompressed image data. Existing compressed data, if any, is freed.
Thumbnails are always BGRA8-sRGB. The passed in Image can be other formats and conversion will be done if needed.
| Name | SetImage |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ObjectThumbnail.h |
| Include Path | #include "Misc/ObjectThumbnail.h" |
void SetImage
(
const FImageView & Image
)
SetImage(FImage &&)
Description
Move Image data into Thumbnail (convert to BGRA8-SRGB if necessary)
| Name | SetImage |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ObjectThumbnail.h |
| Include Path | #include "Misc/ObjectThumbnail.h" |
void SetImage
(
FImage && Image
)