Navigation
API > API/Runtime > API/Runtime/ImageCore > API/Runtime/ImageCore/FMipMapImage > API/Runtime/ImageCore/FMipMapImage/Init
References
| Module | ImageCore |
| Header | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include | #include "ImageCore.h" |
| Source | /Engine/Source/Runtime/ImageCore/Private/ImageCore.cpp |
void Init
(
int32 MipZeroWidth,
int32 MipZeroHeight,
int32 NumMips,
ERawImageFormat::Type InFormat,
EGammaSpace InGammaSpace
)
Remarks
Initializes the Mip Map Image with reserving space for mip maps.
Parameters
| Name | Description |
|---|---|
| InFormat | Raw Image Format |
| InGammaSpace | Gamma Space |