Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FObjectThumbnail
Description
Returns uncompressed image data as an FImageView, decompressing it on demand if needed.
Note the FImageView does not have a copy of the data, it points at the Thumbnail UncompressedImageData. If the UncompressedImageData is freed or changed, the FImageView will be affected.
Not actually a const function, may change the "ImageData" member.
| Name | GetImage |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ObjectThumbnail.h |
| Include Path | #include "Misc/ObjectThumbnail.h" |
FImageView GetImage() const