UEConsole Commands
VariableConsole VariableRemaining

au.streamcaching.SearchUsingChunkArray

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

Category: Remaining · Namespace: au

Help

If performing an exhaustive search of the cache, use the chunk array instead of the LRU (we give up knowing how far down the cache an element was). 0: Search using LRU (linked list). 1: Search using Chunk Pool (TArray)

Usage

Unreal console (open with ~)
> au.streamcaching.SearchUsingChunkArray 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 au