Navigation
API > API/Runtime > API/Runtime/ImageWriteQueue
Inheritance Hierarchy
- FImagePixelData
- TImagePixelData
References
| Module | ImageWriteQueue |
| Header | /Engine/Source/Runtime/ImageWriteQueue/Public/ImagePixelData.h |
| Include | #include "ImagePixelData.h" |
Syntax
template<typename PixelType>
struct TImagePixelData : public FImagePixelData
Remarks
Templated pixel data - currently supports FColor, FFloat16Color and FLinearColor
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray64< PixelType > | Pixels |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TImagePixelData
(
const FIntPoint& InSize |
|||
TImagePixelData
(
const FIntPoint& InSize, |
|||
TImagePixelData
(
const FIntPoint& InSize, |
|||
TImagePixelData
(
const FIntPoint& InSize, |
Overridden from FImagePixelData
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FImagePixelData > | Copy () |
||
| TUniquePtr< FImagePixelData > | Move () |
||
| void | RetrieveData
(
const void*& OutDataPtr, |
Retrieve the raw pixel data |