au.Modulation.SetPitchRange
au.Modulation.SetPitchRange
#Overview
name: au.Modulation.SetPitchRange
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Sets max final modulation range of pitch (in semitones). Default: 96 semitones (+/- 4 octaves)
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:132
Scope: file
Source code excerpt:
static float MinModulationPitchRangeFreqCVar = 0.0625f;
static FAutoConsoleCommand GModulationSetMaxPitchRange(
TEXT("au.Modulation.SetPitchRange"),
TEXT("Sets max final modulation range of pitch (in semitones). Default: 96 semitones (+/- 4 octaves)"),
FConsoleCommandWithArgsDelegate::CreateStatic(
[](const TArray<FString>& Args)
{
if (Args.Num() < 1)
{