Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/ObjectTools.h |
| Include | #include "ObjectTools.h" |
namespace ThumbnailTools
{
void ThumbnailTools::CacheEmptyThumbnail
(
const FString & ObjectFullName,
UPackage * DestPackage
)
}
Remarks
Caches an empty thumbnail entry
Parameters
| Name | Description |
|---|---|
| ObjectFullName | the full name for the object to associate with the thumbnail |
| DestPackage | the package that will hold the cached thumbnail |