Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FAssetThumbnailPool
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/AssetThumbnail.h |
| Include | #include "AssetThumbnail.h" |
FAssetThumbnailPool
(
uint32 InNumInPool,
double InMaxFrameTimeAllowance,
uint32 InMaxRealTimeThumbnailsPerFrame
)
Remarks
Constructor
Parameters
| Name | Description |
|---|---|
| InNumInPool | The number of thumbnails allowed in the pool |
| InAreRealTimeThumbnailsAllowed | Attribute that determines if thumbnails should be rendered in real-time |
| InMaxFrameTimeAllowance | The maximum number of seconds per tick to spend rendering thumbnails |
| InMaxRealTimeThumbnailsPerFrame | The maximum number of real-time thumbnails to render per tick |