au.Modulation.LoadMixProfile
au.Modulation.LoadMixProfile
#Overview
name: au.Modulation.LoadMixProfile
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Loads modulation mix profile from the config save directory.\nPath - Path to Object to load\nActivate - (Optional) Whether or not to activate/update the mix once it is loaded (default: true).ProfileIndex - (Optional) Index of profile (default: 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:59
Scope: file
Source code excerpt:
static FAutoConsoleCommand GModulationLoadMixProfile(
TEXT("au.Modulation.LoadMixProfile"),
TEXT("Loads modulation mix profile from the config save directory.\n"
"Path - Path to Object to load\n"
"Activate - (Optional) Whether or not to activate/update the mix once it is loaded (default: true)."
"ProfileIndex - (Optional) Index of profile (default: 0)"),
FConsoleCommandWithArgsDelegate::CreateStatic(
[](const TArray<FString>& Args)