Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FSettings
Description
Limit the maximum memory in bytes used by the mutable core.A low value will force more streaming and higher instance construction times, but will use less memory while building objects. Defaults to 0, which disables the limit.
| Name | SetWorkingMemoryBytes |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Settings.h |
| Include Path | #include "MuR/Settings.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Settings.cpp |
void SetWorkingMemoryBytes
(
uint64 Bytes
)