Interaction with thumbnailer. More...
#include <ThumbnailerBus.h>
Inherits AZ::EBusTraits.
Public Member Functions | |
| virtual void | RegisterThumbnailProvider (SharedThumbnailProvider provider)=0 |
| Add new thumbnail provider. | |
| virtual void | UnregisterThumbnailProvider (const char *providerName)=0 |
| Remove thumbnail provider. | |
| virtual SharedThumbnail | GetThumbnail (SharedThumbnailKey thumbnailKey)=0 |
| virtual bool | IsLoading (SharedThumbnailKey thumbnailKey)=0 |
| Return whether the thumbnail is loading. | |
Interaction with thumbnailer.
|
pure virtual |
Retrieve thumbnail by key, if no thumbnail matching found, one of ThumbnailProviders will attempt to create If no compatible providers found, MissingThumbnail will be returned