r.PSOPrecaching.WaitForHighPriorityRequestsOnly

r.PSOPrecaching.WaitForHighPriorityRequestsOnly

#Overview

name: r.PSOPrecaching.WaitForHighPriorityRequestsOnly

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/RHI/Private/PipelineStateCache.cpp:176

Scope: file

Source code excerpt:

int32 GPSOWaitForHighPriorityRequestsOnly = 0;
static FAutoConsoleVariableRef CVarPSOWaitForHighPriorityRequestsOnly(
	TEXT("r.PSOPrecaching.WaitForHighPriorityRequestsOnly"),
	GPSOWaitForHighPriorityRequestsOnly,
	TEXT("0 to wait for all pending PSO precache requests during loading (default)g\n")
	TEXT("1 to only wait for the high priority PSO precache requests during loading\n"),
	ECVF_Default
);