Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/FImageDataStorage > API/Plugins/MutableRuntime/MuR/FImageDataStorage/GetBatchLODRange
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/ImageDataStorage.h |
| Include | #include "MuR/ImageDataStorage.h" |
TArrayView < const uint8 > GetBatchLODRange
(
int32 BatchId,
int32 BatchSizeInElems,
int32 BatchElemSizeInBytes,
int32 LODBegin,
int32 LODEnd
) const
Remarks
Returns a non modifiable view to the portion of the [LODBegin, LODEnd) for the BatchId.
A batch cannot be larger than BatchElemsSize. The last batch of a buffer will be smaller if BatchSizeInElems*BatchElemSizeInBytes is not multiple of the buffer size.