ConsoleManager.md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework
ConsoleManager Class
Handles console commands and variables
public static class ConsoleManager
Inheritance System.Object ๐ก ConsoleManager
Methods
- 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)