Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FSystem
Warnings * The provided function can be called from any thread, and also concurrently. If this function fails (returns false in the first parameter) the internal function is attempted next. This is useful to provide higher-quality external compressors in editor or when cooking.
Description
Set a function that will be used to convert image pixel formats instead of the internal conversion.
The provided function can be called from any thread, and also concurrently. If this function fails (returns false in the first parameter) the internal function is attempted next. This is useful to provide higher-quality external compressors in editor or when cooking.
| Name | SetImagePixelConversionOverride |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/System.h |
| Include Path | #include "MuR/System.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/System.cpp |
void SetImagePixelConversionOverride
(
const FImageOperator::FImagePixelFormatFunc &
)