Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/CompilerOptions
Different data packing strategies.
| Name | TextureLayoutStrategy |
| Type | enum |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/Compiler.h |
| Include Path | #include "MuT/Compiler.h" |
Syntax
enum TextureLayoutStrategy
{
Pack,
None,
Count,
}
Values
| Name | Remarks |
|---|---|
| Pack | Pack texture layouts without changing any scale. |
| None | Do not touch mesh or image texture layouts. |
| Count | Helper value, not really a strategy. |