r.SupportsTexture2DArrayStreaming
r.SupportsTexture2DArrayStreaming
#Overview
name: r.SupportsTexture2DArrayStreaming
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enable Support of Texture2DArray Streaming\n
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/Classes/Engine/Texture2DArray.cpp:37
Scope: file
Source code excerpt:
bool GSupportsTexture2DArrayStreaming = true;
static FAutoConsoleVariableRef CVarSupportsTexture2DArrayStreaming(
TEXT("r.SupportsTexture2DArrayStreaming"),
GSupportsTexture2DArrayStreaming,
TEXT("Enable Support of Texture2DArray Streaming\n")
);
static TAutoConsoleVariable<int32> CVarAllowTexture2DArrayAssetCreation(
TEXT("r.AllowTexture2DArrayCreation"),