D3D12.LogViewportEvents
D3D12.LogViewportEvents
#Overview
name: D3D12.LogViewportEvents
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Log all the viewport events.
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/D3D12RHI/Private/D3D12Viewport.cpp:25
Scope (from outer to inner):
file
namespace D3D12RHI
namespace RHIConsoleVariables
Source code excerpt:
#endif
static FAutoConsoleVariableRef CVarLogViewportEvents(
TEXT("D3D12.LogViewportEvents"),
LogViewportEvents,
TEXT("Log all the viewport events."),
ECVF_RenderThreadSafe
);
#endif
};