Navigation
API > API/Runtime > API/Runtime/ImageWriteQueue > API/Runtime/ImageWriteQueue/FImagePixelData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * GetPayload () |
Return a pointer to the Payload stored in this data. | ImagePixelData.h | |
const T * GetPayload () |
Return a const pointer to the Payload stored in this data. | ImagePixelData.h |
GetPayload()
Description
Return a pointer to the Payload stored in this data.
| Name | GetPayload |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageWriteQueue/Public/ImagePixelData.h |
| Include Path | #include "ImagePixelData.h" |
template<typename T>
T * GetPayload()
GetPayload()
Description
Return a const pointer to the Payload stored in this data.
| Name | GetPayload |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageWriteQueue/Public/ImagePixelData.h |
| Include Path | #include "ImagePixelData.h" |
template<typename T>
const T * GetPayload() const