s.StreamableFlushAllAsyncLoadRequestsOnWait
s.StreamableFlushAllAsyncLoadRequestsOnWait
#Overview
name: s.StreamableFlushAllAsyncLoadRequestsOnWait
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Flush async loading without a specific request ID when waiting on streamable handles.
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/Engine/Private/StreamableManager.cpp:29
Scope: file
Source code excerpt:
static bool GStreamableFlushAllAsyncLoadRequestsOnWait = 0;
static FAutoConsoleVariableRef CVarStreamableFlushAllAsyncLoadRequestsOnWait(
TEXT("s.StreamableFlushAllAsyncLoadRequestsOnWait"),
GStreamableFlushAllAsyncLoadRequestsOnWait,
TEXT("Flush async loading without a specific request ID when waiting on streamable handles."),
ECVF_Default
);