Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FImageDataStorage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< const uint8 > GetLOD
(
int32 LODIndex |
Get a const view to the data containing the LODIndex. | MuR/ImageDataStorage.h | |
TArrayView< uint8 > GetLOD
(
int32 LODIndex |
Get a view to the data containing the LODIndex. | MuR/ImageDataStorage.h |
GetLOD(int32)
Description
Get a const view to the data containing the LODIndex.
| Name | GetLOD |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageDataStorage.h |
| Include Path | #include "MuR/ImageDataStorage.h" |
TArrayView < const uint8 > GetLOD
(
int32 LODIndex
) const
GetLOD(int32)
Description
Get a view to the data containing the LODIndex.
| Name | GetLOD |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageDataStorage.h |
| Include Path | #include "MuR/ImageDataStorage.h" |
TArrayView < uint8 > GetLOD
(
int32 LODIndex
)