Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/System.h |
| Include | #include "MuR/System.h" |
Syntax
enum ETextureCompressionStrategy
{
None,
DontCompressRuntime,
NeverCompress,
}
Values
| Name | Description |
|---|---|
| None | Don't change the generated format. |
| DontCompressRuntime | If a texture depends on run-time parameters for an object state, don't compress. |
| NeverCompress | Never compress the textures for this state. |
Remarks
Despite being an UEnum, this is not always version-serialized (in MutableTools). Beware of changing the enum options or order.