Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FImage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const uint8 * GetLODData
(
int32 LODIndex |
Return a pointer to a instance-owned buffer where the image pixels are. | MuR/Image.h | |
uint8 * GetLODData
(
int32 LODIndex |
MuR/Image.h |
GetLODData(int32)
Description
Return a pointer to a instance-owned buffer where the image pixels are.
| Name | GetLODData |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Image.h |
| Include Path | #include "MuR/Image.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Image.cpp |
const uint8 * GetLODData
(
int32 LODIndex
) const
GetLODData(int32)
| Name | GetLODData |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Image.h |
| Include Path | #include "MuR/Image.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Image.cpp |
uint8 * GetLODData
(
int32 LODIndex
)