r.Water.EnableUnderwaterPostProcess
r.Water.EnableUnderwaterPostProcess
#Overview
name: r.Water.EnableUnderwaterPostProcess
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Controls whether the underwater post process is enabled
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/Plugins/Experimental/Water/Source/Runtime/Private/WaterSubsystem.cpp:68
Scope: file
Source code excerpt:
static int32 EnableUnderwaterPostProcess = 1;
static FAutoConsoleVariableRef CVarEnableUnderwaterPostProcess(
TEXT("r.Water.EnableUnderwaterPostProcess"),
EnableUnderwaterPostProcess,
TEXT("Controls whether the underwater post process is enabled"),
ECVF_Scalability
);
static int32 VisualizeActiveUnderwaterPostProcess = 0;