Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > FAssetThumbnail > FAssetThumbnail
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 |