Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > IConsoleManager
Type | Name | Description | |
---|---|---|---|
void | UnregisterConsoleObject
(
IConsoleObject* ConsoleObject, |
Unregisters a console object, if that object was registered. O(n), n is the console object count | |
void | UnregisterConsoleObject
(
const TCHAR* Name, |
Unregisters a console variable or command by name, if an object of that name was registered. |