Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Image.h |
| Include | #include "MuR/Image.h" |
Syntax
namespace mu
{
enum ESamplingMethod
&123;
Point = 0,
BiLinear,
MaxValue,
&125;
}
Values
| Name | Description |
|---|---|
| Point | |
| BiLinear | |
| MaxValue |
Remarks
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.
This file contains some hacks to solve differences between platforms necessary for the tools library and not present in the run-time library.
This header file provides additional information about data types defined in the runtime, that can be useful only for the tools. For instance, it provides strings for some enumeration values.