Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHITexture
Description
Returns the dimensions (i.e. the actual number of texels in each dimension) of the specified mip. ArraySize is ignored. The Z component will always be 1 for 2D/cube resources and will contain depth for volume textures. This differs from GetSizeXYZ() which returns ArraySize in Z for 2D arrays.
| Name | GetMipDimensions |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
FIntVector GetMipDimensions
(
uint8 MipIndex
) const