Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/ObjectTools.h |
| Include | #include "ObjectTools.h" |
namespace ThumbnailTools
{
FObjectThumbnail * ThumbnailTools::CacheThumbnail
(
const FString & ObjectFullName,
FObjectThumbnail * Thumbnail,
UPackage * DestPackage
)
}
Remarks
Caches a thumbnail into a package's thumbnail map. pointer to the thumbnail data that was cached into the package
Parameters
| Name | Description |
|---|---|
| ObjectFullName | the full name for the object to associate with the thumbnail |
| Thumbnail | the thumbnail to cache; specify NULL to remove the current cached thumbnail |
| DestPackage | the package that will hold the cached thumbnail |