Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FAssetThumbnail
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Sets the asset to render the thumnail for | AssetThumbnail.h | ||
void SetAsset
(
const FAssetData& InAssetData |
Sets the asset to render the thumnail for | AssetThumbnail.h |
SetAsset(const UObject *)
Description
Sets the asset to render the thumnail for
| Name | SetAsset |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/AssetThumbnail.h |
| Include Path | #include "AssetThumbnail.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/AssetThumbnail.cpp |
void SetAsset
(
const UObject * InAsset
)
Parameters
| Name | Remarks |
|---|---|
| InAsset | The new asset |
SetAsset(const FAssetData &)
Description
Sets the asset to render the thumnail for
| Name | SetAsset |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/AssetThumbnail.h |
| Include Path | #include "AssetThumbnail.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/AssetThumbnail.cpp |
void SetAsset
(
const FAssetData & InAssetData
)
Parameters
| Name | Remarks |
|---|---|
| InAssetData | Asset data containin the the new asset to render |