UEConsole Commands
VariableConsole VariableRenderer

r.RDG.TransientAllocator

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

Category: Renderer · Namespace: r

Help

RDG will use the RHITransientResourceAllocator to allocate all transient resources. 0: disables the transient allocator; 1: enables the transient allocator (default); 2: enables the transient allocator for resources with FastVRAM flag only

Usage

Unreal console (open with ~)
> r.RDG.TransientAllocator 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 r