Navigation
API > API/Runtime > API/Runtime/ImageCore > API/Runtime/ImageCore/FImage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CopyTo same format. | ImageCore.h | ||
void CopyTo
(
FImage& DestImage, |
Copies the image to a destination image with the specified format. | ImageCore.h |
CopyTo(FImage &)
Description
CopyTo same format.
| Name | CopyTo |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include Path | #include "ImageCore.h" |
void CopyTo
(
FImage & DestImage
) const
CopyTo(FImage &, ERawImageFormat::Type, EGammaSpace)
Description
Copies the image to a destination image with the specified format.
| Name | CopyTo |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include Path | #include "ImageCore.h" |
| Source | /Engine/Source/Runtime/ImageCore/Private/ImageCore.cpp |
void CopyTo
(
FImage & DestImage,
ERawImageFormat::Type DestFormat,
EGammaSpace DestGammaSpace
) const
Parameters
| Name | Remarks |
|---|---|
| DestImage | The destination image. Will be allocated. Any existing contents are replaced. |
| DestFormat | The destination image format. |
| DestSRGB | Whether the destination image is in SRGB format. |