Navigation
API > API/Runtime > API/Runtime/ImageCore > API/Runtime/ImageCore/FMipMapImage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Init
(
ERawImageFormat::Type InFormat, |
Initializes the Mip Map Image with parameters with uninitialized SubImages. | ImageCore.h | |
void Init
(
int32 MipZeroWidth, |
Initializes the Mip Map Image with reserving space for mip maps. | ImageCore.h |
Init(ERawImageFormat::Type, EGammaSpace)
Description
Initializes the Mip Map Image with parameters with uninitialized SubImages.
| Name | Init |
| 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 Init
(
ERawImageFormat::Type InFormat,
EGammaSpace InGammaSpace
)
Parameters
| Name | Remarks |
|---|---|
| InFormat | Raw Image Format |
| InGammaSpace | Gamma Space |
Init(int32, int32, int32, ERawImageFormat::Type, EGammaSpace)
Description
Initializes the Mip Map Image with reserving space for mip maps.
| Name | Init |
| 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 Init
(
int32 MipZeroWidth,
int32 MipZeroHeight,
int32 NumMips,
ERawImageFormat::Type InFormat,
EGammaSpace InGammaSpace
)
Parameters
| Name | Remarks |
|---|---|
| InFormat | Raw Image Format |
| InGammaSpace | Gamma Space |