Handles console commands and variables
public static class ConsoleManager
Inheritance System.Object 🡒 ConsoleManager
- FindVariable(string)
- IsRegisteredVariable(string)
- RegisterCommand(string, string, UnrealEngine.Framework.ConsoleCommandDelegate, bool)
- RegisterVariable(string, string, bool, bool)
- RegisterVariable(string, string, int, bool)
- RegisterVariable(string, string, float, bool)
- RegisterVariable(string, string, string, bool)
- UnregisterObject(string)