ACL.ListAnimSequences
ACL.ListAnimSequences
#Overview
name: ACL.ListAnimSequences
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dumps statistics about animation sequences to the log.
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/Animation/ACLPlugin/Source/ACLPlugin/Private/ACLPluginModule.cpp:360
Scope (from outer to inner):
file
function void FACLPlugin::StartupModule
Source code excerpt:
ConsoleCommands.Add(IConsoleManager::Get().RegisterConsoleCommand(
TEXT("ACL.ListAnimSequences"),
TEXT("Dumps statistics about animation sequences to the log."),
FConsoleCommandWithArgsDelegate::CreateRaw(this, &FACLPlugin::ListAnimSequences),
ECVF_Default
));
ConsoleCommands.Add(IConsoleManager::Get().RegisterConsoleCommand(
TEXT("ACL.SetDatabaseVisualFidelity"),
TEXT("Sets the visual fidelity of all ACL databases. Argument: Highest (default if no argument is provided), Medium, Lowest"),
FConsoleCommandWithArgsDelegate::CreateRaw(this, &FACLPlugin::SetDatabaseVisualFidelity),
ECVF_Default
));