UEConsole Commands
VariableConsole VariableRemaining

Engine.DelayTrimMemoryDuringMapLoadMode

Engine.DelayTrimMemoryDuringMapLoadMode is a console variable in Unreal Engine 5 (UE5). See what Engine.DelayTrimMemoryDuringMapLoadMode does, its values, and how to use this cvar in the Unreal console below.

Category: Remaining · Namespace: engine

Help

0: TrimMemory during LoadMap as normal 1: Delay TrimMemory until the end of LoadMap (initial boot up) 2: Delay TrimMemory in _every_ LoadMap call

Usage

Unreal console (open with ~)
> Engine.DelayTrimMemoryDuringMapLoadMode 1

Console variables take a value. Replace 1 with the setting you need. Run it with no value to print the current one.

Related in engine