au.AudioThreadCommand.SpamCommandQueue

au.AudioThreadCommand.SpamCommandQueue

#Overview

name: au.AudioThreadCommand.SpamCommandQueue

This variable is created as a Console Variable (cvar).

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/AudioMixer/Private/AudioMixerSourceManager.cpp:444

Scope (from outer to inner):

file
namespace    Audio
function     void FMixerSourceManager::Init

Source code excerpt:

		// Spam command queue with nops.
		static FAutoConsoleCommand SpamNopsCmd(
			TEXT("au.AudioThreadCommand.SpamCommandQueue"),
			TEXT(""),
			FConsoleCommandDelegate::CreateLambda([this]() 
			{				
				struct FSpamPayload
				{
					uint8 JunkBytes[1024];