FConsoleManager::UnregisterConsoleObject

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

Windows
MacOS
Linux

Override Hierarchy

IConsoleManager::UnregisterConsoleObject()

FConsoleManager::UnregisterConsoleObject()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/ConsoleManager.h

Include

#include "HAL/ConsoleManager.h"

Source

/Engine/Source/Runtime/Core/Private/HAL/ConsoleManager.cpp

Syntax

virtual void UnregisterConsoleObject
(
    IConsoleObject * ConsoleObject,
    bool bKeepState
)

Remarks

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

Parameters

Parameter

Description

ConsoleObject

object to remove

bKeepState

if the current state is kept in memory until a cvar with the same name is 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