Navigation
API > API/Runtime > API/Runtime/ImageWriteQueue
References
| Module | ImageWriteQueue |
| Header | /Engine/Source/Runtime/ImageWriteQueue/Public/ImageWriteTask.h |
| Include | #include "ImageWriteTask.h" |
Syntax
template<typename PixelType>
struct TAsyncAlphaWrite
Remarks
A pixel preprocessor for use with FImageWriteTask::PixelPreProcessor that overwrites the alpha channel with a fixed value as part of the threaded work
Specializations
TAsyncAlphaWrite< FColor >
TAsyncAlphaWrite< FFloat16Color >
TAsyncAlphaWrite< FLinearColor >