au.debug.bufferdiagnostics
au.debug.bufferdiagnostics
#Overview
name: au.debug.bufferdiagnostics
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Enables per buffer sample diagnostics (Nans/denorms/Infs)
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/SignalProcessing/Private/BufferDiagnostics.cpp:208
Scope (from outer to inner):
file
namespace BufferDiagnosticsPrivate
Source code excerpt:
// Handle the enabling diagnostics.
FAutoConsoleCommandWithArgsAndOutputDevice CmdBufferDiagnostics(
TEXT("au.debug.bufferdiagnostics"),
TEXT("Enables per buffer sample diagnostics (Nans/denorms/Infs)"),
FConsoleCommandWithArgsAndOutputDeviceDelegate::CreateStatic(HandleDiagnosticsCmd));
using namespace Audio;
// Simple compile time function to remove the fully qualified name.