Navigation
API > API/Runtime > API/Runtime/ImageCore
Description
Returns the number of mips that constitute a full mip chain for the given top level mip size. InVolumeZ is ignored unless bInIsVolume is true
| Name | FImageCoreUtils::GetMipCountFromDimensions |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCoreUtils.h |
| Include Path | #include "ImageCoreUtils.h" |
| Source | /Engine/Source/Runtime/ImageCore/Private/ImageCoreUtils.cpp |
namespace FImageCoreUtils
{
int32 FImageCoreUtils::GetMipCountFromDimensions
(
int32 InSizeX,
int32 InSizeY,
int32 InVolumeZ,
bool bInIsVolume
)
}