Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FImageDataStorage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< const uint8 > GetBatchFirstLODOffset
(
int32 BatchId, |
Returns a non modifiable view to the portion of the first LOD buffer with OffsetInBytes for the BatchId | MuR/ImageDataStorage.h | |
TArrayView< uint8 > GetBatchFirstLODOffset
(
int32 BatchId, |
Non const version of GetBatchFirstLODOffset(). | MuR/ImageDataStorage.h |
GetBatchFirstLODOffset(int32, int32, int32, int32)
Description
Returns a non modifiable view to the portion of the first LOD buffer with OffsetInBytes 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.
| Name | GetBatchFirstLODOffset |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageDataStorage.h |
| Include Path | #include "MuR/ImageDataStorage.h" |
TArrayView < const uint8 > GetBatchFirstLODOffset
(
int32 BatchId,
int32 BatchSizeInElems,
int32 BatchElemSizeInBytes,
int32 OffsetInBytes
) const
GetBatchFirstLODOffset(int32, int32, int32, int32)
Description
Non const version of GetBatchFirstLODOffset().
| Name | GetBatchFirstLODOffset |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageDataStorage.h |
| Include Path | #include "MuR/ImageDataStorage.h" |
TArrayView < uint8 > GetBatchFirstLODOffset
(
int32 BatchId,
int32 BatchSizeInElems,
int32 BatchElemSizeInBytes,
int32 OffsetInBytes
)