au.Modulation.SaveMixProfile
au.Modulation.SaveMixProfile
#Overview
name: au.Modulation.SaveMixProfile
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Saves modulation mix profile to the config save directory.\nPath - Path to Object\nProfileIndex - (Optional) Index of profile (defaults to 0)
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/Runtime/AudioModulation/Source/AudioModulation/Private/AudioModulationStatics.cpp:23
Scope: file
Source code excerpt:
static FAutoConsoleCommand GModulationSaveMixProfile(
TEXT("au.Modulation.SaveMixProfile"),
TEXT("Saves modulation mix profile to the config save directory.\n"
"Path - Path to Object\n"
"ProfileIndex - (Optional) Index of profile (defaults to 0)"),
FConsoleCommandWithArgsDelegate::CreateStatic(
[](const TArray<FString>& Args)
{