Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FDataflowImage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CopyPixels
(
TArrayView64< float > Pixels |
Copy R32F pixels to the image Number of pixels must match and format must be R32F return false if the copy could not be done | Dataflow/DataflowImage.h | |
bool CopyPixels
(
TArrayView64< FVector4f > Pixels |
Copy RGBA32F pixels to the image Number of pixels must match and format must be RGBA32F return false if the copy could not be done | Dataflow/DataflowImage.h |
CopyPixels(TArrayView64< float >)
Description
Copy R32F pixels to the image Number of pixels must match and format must be R32F return false if the copy could not be done
| Name | CopyPixels |
| Type | function |
| Header File | /Engine/Source/Runtime/Dataflow/Core/Public/Dataflow/DataflowImage.h |
| Include Path | #include "Dataflow/DataflowImage.h" |
| Source | /Engine/Source/Runtime/Dataflow/Core/Private/Dataflow/DataflowImage.cpp |
bool CopyPixels
(
TArrayView64< float > Pixels
)
CopyPixels(TArrayView64< FVector4f >)
Description
Copy RGBA32F pixels to the image Number of pixels must match and format must be RGBA32F return false if the copy could not be done
| Name | CopyPixels |
| Type | function |
| Header File | /Engine/Source/Runtime/Dataflow/Core/Public/Dataflow/DataflowImage.h |
| Include Path | #include "Dataflow/DataflowImage.h" |
| Source | /Engine/Source/Runtime/Dataflow/Core/Private/Dataflow/DataflowImage.cpp |
bool CopyPixels
(
TArrayView64< FVector4f > Pixels
)