Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTextureSource
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMipData GetMipData
(
IImageWrapperModule* ImageWrapperModule |
Returns a FMipData structure that wraps around the entire mip chain for read only operations. | Engine/Texture.h | |
bool GetMipData
(
TArray64< uint8 >& OutMipData, |
Legacy API that defaults to LayerIndex 0. Prefer GetMipImage. | Engine/Texture.h | |
bool GetMipData
(
TArray64< uint8 >& OutMipData, |
Retrieve a copy of the data for a particular mip. Prefer GetMipImage. | Engine/Texture.h |
GetMipData(class IImageWrapperModule *)
Description
Returns a FMipData structure that wraps around the entire mip chain for read only operations. This is more efficient than calling the above method once per mip.
| Name | GetMipData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Texture.h |
| Include Path | #include "Engine/Texture.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Texture.cpp |
FMipData GetMipData
(
class IImageWrapperModule * ImageWrapperModule
)
GetMipData(TArray64< uint8 > &, int32, class IImageWrapperModule *)
Description
Legacy API that defaults to LayerIndex 0. Prefer GetMipImage.
| Name | GetMipData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Texture.h |
| Include Path | #include "Engine/Texture.h" |
bool GetMipData
(
TArray64< uint8 > & OutMipData,
int32 MipIndex,
class IImageWrapperModule * ImageWrapperModule
)
GetMipData(TArray64< uint8 > &, int32, int32, int32, class IImageWrapperModule *)
Description
Retrieve a copy of the data for a particular mip. Prefer GetMipImage.
| Name | GetMipData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Texture.h |
| Include Path | #include "Engine/Texture.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Texture.cpp |
bool GetMipData
(
TArray64< uint8 > & OutMipData,
int32 BlockIndex,
int32 LayerIndex,
int32 MipIndex,
class IImageWrapperModule * ImageWrapperModule
)