Open 3D Engine Atom Gem API Reference 24.09.2
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
ImageProcessingAtom::ImagePreviewConvertJob Class Reference

#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 ()
 

Detailed Description

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.


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