Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > FAssetThumbnailPool
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/AssetThumbnail.h |
Include | #include "AssetThumbnail.h" |
Syntax
struct FThumbId
Remarks
Key for looking up thumbnails in a map
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
uint32 | Height | |
![]() |
FSoftObjectPath | ObjectPath | |
![]() |
uint32 | Width |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FThumbId
(
FSoftObjectPath InObjectPath, |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FThumbId& Other |