FConsoleManager::FindConsoleObject

Find a console variable or command

Windows
MacOS
Linux

Override Hierarchy

IConsoleManager::FindConsoleObject()

FConsoleManager::FindConsoleObject()

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 IConsoleObject * FindConsoleObject
(
    const TCHAR * Name,
    bool bTrackFrequentCalls
) const

Remarks

Find a console variable or command

Returns

0 if the object wasn't found

Parameters

Parameter

Description

Name

must not be 0

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