Navigation
Unreal Engine C++ API Reference > Editor > ContentBrowserData > FContentBrowserItem
References
Module | ContentBrowserData |
Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
Include | #include "ContentBrowserItem.h" |
Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
bool UpdateThumbnail ( [FAssetThumbnail](API\Editor\UnrealEd\FAssetThumbnail) & InThumbnail ) const
Remarks
Attempt to update the thumbnail associated with this item. True if the thumbnail was updated, false otherwise.
Parameters
Name | Description |
---|---|
InThumbnail | The thumbnail to update. |