Advanced Data Asset Plugin v1.0.0
AdvancedAsset
Loading...
Searching...
No Matches
UAdvancedAssetThumbnailRenderer Class Reference

A custom thumbnail renderer for UAdvancedDataAsset objects. More...

#include <AdvancedAssetThumbnailRenderer.h>

Public Member Functions

virtual bool CanVisualizeAsset (UObject *Object) override
 
virtual void GetThumbnailSize (UObject *Object, float Zoom, uint32 &OutWidth, uint32 &OutHeight) const override
 
virtual void Draw (UObject *Object, int32 X, int32 Y, uint32 Width, uint32 Height, FRenderTarget *Viewport, FCanvas *Canvas, bool bAdditionalViewFamily) override
 
virtual bool AllowsRealtimeThumbnails (UObject *Object) const override
 

Detailed Description

A custom thumbnail renderer for UAdvancedDataAsset objects.

This class provides the functionality to render thumbnails for instances of the UAdvancedDataAsset class within the Unreal Editor. It extends the base UThumbnailRenderer class, allowing for the customization of how thumbnails are generated and displayed for assets of type UAdvancedDataAsset.

Usage of this class ensures that assets of type UAdvancedDataAsset have visually distinct and representative thumbnails in the editor, enhancing the asset management experience.

See also
UAdvancedDataAsset

The documentation for this class was generated from the following files: