Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/ThumbnailExternalCache.h |
| Include | #include "ThumbnailExternalCache.h" |
Syntax
class FThumbnailExternalCache
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FThumbnailExternalCache & | Get () |
Get thumbnail external cache | |
| const FString & | Gets the name of the editor thumbnail cache file | ||
| bool | LoadThumbnailsFromExternalCache
(
const TSet< FName >& InObjectFullNames, |
Load thumbnails for the given object names from external cache | |
| bool | SaveExternalCache
(
const FString& InFilename, |
Save thumbnails for the given assets to an external file. Deterministic if assets were sorted. | |
| void | SortAssetDatas
(
TArray< FAssetData >& InOutAssetDatas |
Sort asset data list if determinism needed |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FThumbnailCacheFile | |||
| FThumbnailEntry | |||
| FThumbnailExternalCacheHeader |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EThumbnailExternalCacheHeaderFlags |