Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FAssetThumbnail > API/Editor/UnrealEd/FAssetThumbnail/__ctor
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/AssetThumbnail.h |
| Include | #include "AssetThumbnail.h" |
FAssetThumbnail
(
UObject * InAsset,
uint32 InWidth,
uint32 InHeight,
const TSharedPtr < class FAssetThumbnailPool > & InThumbnailPool
)
Parameters
| Name | Description |
|---|---|
| InAsset | The asset to display a thumbnail for |
| InWidth | The width that the thumbnail should be |
| InHeight | The height that the thumbnail should be |
| InThumbnailPool | The thumbnail pool to request textures from |