Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UThumbnailRenderer
Description
Checks to see if the specified asset supports realtime thumbnails, which will cause them to always be rerendered to reflect any changes made to the asset. If this is false, thumbnails should render once and then not update again. For most renderers, this should remain as true.
| Name | AllowsRealtimeThumbnails |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ThumbnailRenderer.h |
| Include Path | #include "ThumbnailRendering/ThumbnailRenderer.h" |
virtual bool AllowsRealtimeThumbnails
(
UObject * Object
) const
True if the thumbnail needs to always be redrawn, false if it can be just drawn once and then reused.
Parameters
| Name | Remarks |
|---|---|
| Object | The asset to draw the thumbnail for |