Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FImage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint8 * GetMipData
(
int32 Mip |
Return a pointer to the beginning of the data for a particular mip. | MuR/Image.h | |
const uint8 * GetMipData
(
int32 Mip |
MuR/Image.h |
GetMipData(int32)
Description
Return a pointer to the beginning of the data for a particular mip.
| Name | GetMipData |
| 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 * GetMipData
(
int32 Mip
)
GetMipData(int32)
| Name | GetMipData |
| 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 * GetMipData
(
int32 Mip
) const