#include <ImageConvertJob.h>
Inherits AZ::Job.
Public Member Functions | |
ImagePreviewConvertJob (IImageObjectPtr image, const TextureSettings *textureSetting, const PresetSettings *preset, const AZStd::string &platformId, ImageConvertOutput *output, bool autoDelete=true, AZ::JobContext *jobContext=nullptr) | |
void | Process () override |
void | Cancel () |
bool | IsJobCancelled () |
The ImagePreviewConvertJob is the multi-thread job to enable ImageConvertProcessing running on job thread for image process result preview window. This is used for generate preview result only. Note, we don't need this for image builder of asset processor since the job for image builder is managed by the builder system.