Navigation
API > API/Editor > API/Editor/UnrealEd
Description
Generates a thumbnail for the specified object and caches it. Used to generate the thumbnail that gets saved in a package.
| Name | ThumbnailTools::GenerateThumbnailForObjectToSaveToDisk |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/ObjectTools.h |
| Include Path | #include "ObjectTools.h" |
namespace ThumbnailTools
{
FObjectThumbnail * ThumbnailTools::GenerateThumbnailForObjectToSaveToDisk
(
UObject * InObject
)
}