![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Enumerations | |
| enum | Type { VirtualMemory } |
| Enumerator | |
|---|---|
| VirtualMemory | Limits address space - basically limits the largest address the process can get. Affects mmap() (won't be able to map files larger than that) among others. May also limit automatic stack expansion, depending on platform (e.g. Linux) |