CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
AtomComponentGroupCVars 名前空間

関数

static FAutoConsoleVariableRef CVarPrintActiveSounds (TEXT("atom.AtomComponentGroup.debug.PrintActiveSounds"), PrintActiveSounds, TEXT("Display the active sounds on each actor.\n0: Disable (default), 1: Enable"), ECVF_Cheat)
static FAutoConsoleVariableRef 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 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 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 CVarPrintZOffset (TEXT("atom.AtomComponentGroup.debug.ActorZOffset"), ZOffset, TEXT("How High above an actor to print debug info. Default: 150"), ECVF_Cheat)

変数

int32 PrintActiveSounds = 0
int32 PrintSoundParams = 0
FString PrintSoundParamsActorFilter = FString(TEXT("All"))
FString PrintSoundParamsParamFilter = FString(TEXT("All"))
float ZOffset = 150.0f

関数詳解

◆ CVarPrintActiveSounds()

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

◆ CVarPrintSoundParams()

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

◆ CVarPrintSoundParamsActorFilter()

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

◆ CVarPrintSoundParamsParamFilter()

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

◆ CVarPrintZOffset()

FAutoConsoleVariableRef AtomComponentGroupCVars::CVarPrintZOffset ( TEXT("atom.AtomComponentGroup.debug.ActorZOffset") ,
ZOffset ,
TEXT("How High above an actor to print debug info. Default: 150") ,
ECVF_Cheat  )
static

変数詳解

◆ PrintActiveSounds

int32 AtomComponentGroupCVars::PrintActiveSounds = 0

◆ PrintSoundParams

int32 AtomComponentGroupCVars::PrintSoundParams = 0

◆ PrintSoundParamsActorFilter

FString AtomComponentGroupCVars::PrintSoundParamsActorFilter = FString(TEXT("All"))

◆ PrintSoundParamsParamFilter

FString AtomComponentGroupCVars::PrintSoundParamsParamFilter = FString(TEXT("All"))

◆ ZOffset

float AtomComponentGroupCVars::ZOffset = 150.0f