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