Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/FEncodedTextureDescription
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetMipHeight
(
int32 InMipIndex |
Interfaces/ITextureFormat.h | ||
static int32 GetMipHeight
(
int32 InTextureHeight, |
Interfaces/ITextureFormat.h |
GetMipHeight(int32)
| Name | GetMipHeight |
| Type | function |
| Header File | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormat.h |
| Include Path | #include "Interfaces/ITextureFormat.h" |
int32 GetMipHeight
(
int32 InMipIndex
) const
GetMipHeight(int32, int32)
| Name | GetMipHeight |
| Type | function |
| Header File | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormat.h |
| Include Path | #include "Interfaces/ITextureFormat.h" |
static int32 GetMipHeight
(
int32 InTextureHeight,
int32 InMipIndex
)