Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/CompilerOptions
Description
If enabled, the disk will be used as temporary memory. This will make the compilation process very slow, but will be able to compile very large models.
| Name | SetUseDiskCache |
| 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 SetUseDiskCache
(
bool bEnabled
)