Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/CompilerOptions
Description
Set the image tiling strategy : If 0 (default) there is no tiling. Otherwise, images will be generated in tiles of the given size or less, and assembled afterwards as a final step.
| Name | SetImageTiling |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/Compiler.h |
| Include Path | #include "MuT/Compiler.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableTools/Private/MuT/Compiler.cpp |
void SetImageTiling
(
int32 Tiling
)