Navigation
API > API/Runtime > API/Runtime/ImageCore > API/Runtime/ImageCore/FMipMapImage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyTo
(
FMipMapImage& DestImage |
ImageCore.h | ||
void CopyTo
(
FMipMapImage& DestImage, |
Copies the image to a destination image with the specified format. | ImageCore.h |
CopyTo(FMipMapImage &)
| Name | CopyTo |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include Path | #include "ImageCore.h" |
void CopyTo
(
FMipMapImage & DestImage
)
CopyTo(FMipMapImage &, 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
(
FMipMapImage & DestImage,
ERawImageFormat::Type DestFormat,
EGammaSpace DestGammaSpace
)
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. |