|
| static FAutoConsoleVariableRef | AtomComponentGroupCVars::CVarPrintActiveSounds (TEXT("atom.AtomComponentGroup.debug.PrintActiveSounds"), PrintActiveSounds, TEXT("Display the active sounds on each actor.\n0: Disable (default), 1: Enable"), ECVF_Cheat) |
| static FAutoConsoleVariableRef | AtomComponentGroupCVars::CVarPrintSoundParams (TEXT("atom.AtomComponentGroup.debug.PrintSoundParams"), PrintSoundParams, TEXT("Set to 1 to print sound parameters for each actor.\n0: Disable (default), 1: Enable"), ECVF_Cheat) |
| static FAutoConsoleVariableRef | AtomComponentGroupCVars::CVarPrintSoundParamsActorFilter (TEXT("atom.AtomComponentGroup.debug.ActorFilter"), PrintSoundParamsActorFilter, TEXT("Only display params on actors that contain this string. Disable filtering with All"), ECVF_Cheat) |
| static FAutoConsoleVariableRef | AtomComponentGroupCVars::CVarPrintSoundParamsParamFilter (TEXT("atom.AtomComponentGroup.debug.ParamFilter"), PrintSoundParamsParamFilter, TEXT("Only display params with names that contain this string. Disable filtering with All"), ECVF_Cheat) |
| static FAutoConsoleVariableRef | AtomComponentGroupCVars::CVarPrintZOffset (TEXT("atom.AtomComponentGroup.debug.ActorZOffset"), ZOffset, TEXT("How High above an actor to print debug info. Default: 150"), ECVF_Cheat) |