Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FSystem
Description
Set the working memory limit, overrding any set in the settings when the system was created. Refer to Settings::SetWorkingMemoryBudget for more information.
| Name | SetWorkingMemoryBytes |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/System.h |
| Include Path | #include "MuR/System.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/System.cpp |
void SetWorkingMemoryBytes
(
uint64 Bytes
)