Navigation
API > API/Plugins > API/Plugins/MutableTools
Description
Try to convert an image using unreal's compression. If the format is not supported, it will return false in bOutSuccess. Can be called from any thread. PrepareUnrealCompression needs to be called from the game thread once prior to using this function.
| Name | UnrealPixelFormatFunc |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/UnrealPixelFormatOverride.h |
| Include Path | #include "MuT/UnrealPixelFormatOverride.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableTools/Private/MuT/UnrealPixelFormatOverride.cpp |
void UnrealPixelFormatFunc
(
bool & bOutSuccess,
int32 Quality,
mu::FImage * Target,
const mu::FImage * Source,
int32 OnlyLOD
)