Navigation
API > API/Runtime > API/Runtime/ImageCore > API/Runtime/ImageCore/FImageView > API/Runtime/ImageCore/FImageView/CopyTo
References
| Module | ImageCore |
| Header | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include | #include "ImageCore.h" |
| Source | /Engine/Source/Runtime/ImageCore/Private/ImageCore.cpp |
void CopyTo
&40;
FImage & DestImage,
ERawImageFormat::Type DestFormat,
EGammaSpace DestGammaSpace
&41; const
Remarks
Copies the image to a destination image with the specified format.
Parameters
| Name | Description |
|---|---|
| DestImage | The destination image. |
| DestFormat | The destination image format. |
| DestSRGB | Whether the destination image is in SRGB format. |