UEConsole Commands
VariableConsole VariableRHI

RHI.TransientAllocator.MinimumHeapSize

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

Category: RHI · Namespace: rhi

Help

Minimum size of an RHI transient heap in MB. Heaps will default to this size and grow to the maximum based on the first allocation (Default 128).

Usage

Unreal console (open with ~)
> RHI.TransientAllocator.MinimumHeapSize 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 rhi