PlayerController-ConsoleCommand(string_bool).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.PlayerController
PlayerController.ConsoleCommand(string, bool) Method
Executes the command on the Player object, DumpConsoleCommands command can be used to list all available variables and commands
public void ConsoleCommand(string command, bool writeToLog=false);
Parameters
command System.String
A command to execute, string of commands optionally separated by a | symbol
writeToLog System.Boolean