![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Containers/Array.h"#include "Containers/ContainersFwd.h"#include "Containers/UnrealString.h"#include "HAL/Platform.h"#include "IImageWrapper.h"#include "ImagePixelData.h"#include "Math/Color.h"#include "Math/Float16.h"#include "Math/Float16Color.h"#include "Math/IntPoint.h"#include "Misc/AssertionMacros.h"#include "Misc/CoreDefines.h"#include "Templates/Function.h"#include "Templates/UniquePtr.h"Go to the source code of this file.
Classes | |
| class | IImageWriteTaskBase |
| class | FImageWriteTask |
| struct | TAsyncAlphaWrite< FColor > |
| struct | TAsyncAlphaWrite< FFloat16Color > |
| struct | TAsyncAlphaWrite< FLinearColor > |
| struct | TAsyncAlphaInvert< FColor > |
| struct | TAsyncAlphaInvert< FFloat16Color > |
| struct | TAsyncAlphaInvert< FLinearColor > |
Typedefs | |
| typedef TUniqueFunction< void(FImagePixelData *)> | FPixelPreProcessor |