Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FAssetThumbnailPool
Information about a thumbnail
| Name | FThumbnailInfo |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/AssetThumbnail.h |
| Include Path | #include "AssetThumbnail.h" |
Syntax
struct FThumbnailInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FThumbnailInfo
(
uint32 InWidth, |
AssetThumbnail.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FThumbnailInfo() |
AssetThumbnail.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetData | FAssetData | The object whose thumbnail is rendered | AssetThumbnail.h | |
| Height | const uint32 | Height of the thumbnail | AssetThumbnail.h | |
| LastAccessTime | double | The time since last access | AssetThumbnail.h | |
| LastUpdateTime | double | The time since last update | AssetThumbnail.h | |
| ThumbnailRenderTarget | FSlateTextureRenderTarget2DResource * | Render target for slate | AssetThumbnail.h | |
| ThumbnailTexture | FSlateTexture2DRHIRef * | Rendering resource for slate | AssetThumbnail.h | |
| Width | const uint32 | Width of the thumbnail | AssetThumbnail.h |