UnregisterConsoleObject

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

UnregisterConsoleObject

(
    IConsoleObject* ConsoleObject,
    bool bKeepState
)

Unregisters a console object, if that object was registered. O(n), n is the console object count

Public function

void

 

UnregisterConsoleObject

(
    const TCHAR* Name,
    bool bKeepState
)

Unregisters a console variable or command by name, if an object of that name was registered.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss