Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageTypes.h |
| Include | #include "MuR/ImageTypes.h" |
Syntax
namespace mu
{
enum ECompositeImageMode
{
CIM_Disabled,
CIM_NormalRoughnessToRed,
CIM_NormalRoughnessToGreen,
CIM_NormalRoughnessToBlue,
CIM_NormalRoughnessToAlpha,
_CIM_COUNT,
}
}
Values
| Name | Description |
|---|---|
| CIM_Disabled | |
| CIM_NormalRoughnessToRed | |
| CIM_NormalRoughnessToGreen | |
| CIM_NormalRoughnessToBlue | |
| CIM_NormalRoughnessToAlpha | |
| _CIM_COUNT |
Remarks
Remove when removin deprecated data.
This define enabled additional checks when using RLE compression. These checks have a lot of of overhead so it should usually be disabled.
TODO: Make the handling of rotations an option. It is more expensive on CPU and memory, and for some cases it is not required at all.