Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FImageDataStorage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< const uint8 > GetBatch
(
int32 BatchId, |
MuR/ImageDataStorage.h | ||
TArrayView< uint8 > GetBatch
(
int32 BatchId, |
MuR/ImageDataStorage.h |
GetBatch(int32, int32, int32)
| Name | GetBatch |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageDataStorage.h |
| Include Path | #include "MuR/ImageDataStorage.h" |
TArrayView < const uint8 > GetBatch
(
int32 BatchId,
int32 BatchSizeInElems,
int32 BatchElemSizeInBytes
) const
GetBatch(int32, int32, int32)
| Name | GetBatch |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageDataStorage.h |
| Include Path | #include "MuR/ImageDataStorage.h" |
TArrayView < uint8 > GetBatch
(
int32 BatchId,
int32 BatchSizeInElems,
int32 BatchElemSizeInBytes
)