Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIViewDesc > API/Runtime/RHI/FRHIViewDesc/FTexture > API/Runtime/RHI/FRHIViewDesc/FTexture/FViewInfo
Syntax
FRHIRange16 ArrayRange
Remarks
The range of array "elements" the view covers.
The meaning of "elements" is given by the view dimension. I.e. a view with "Dimension == CubeArray" indexes the array in whole cubes. - [0]: the first cube (2D slices 0 to 5)
- [1]: the second cube (2D slices 6 to 11)
3D textures always have ArrayRange.Num == 1 because there are no "3D texture arrays".