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" |
| Source |
/Engine/Source/Editor/UnrealEd/Private/AssetThumbnail.cpp |
FAssetThumbnail
&40;
UObject &42; InAsset,
uint32 InWidth,
uint32 InHeight,
const TSharedPtr< class FAssetThumbnailPool > & InThumbnailPool
&41;
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 |