FConsoleManager::ProcessUserConsoleInput

Process user input e.g. "MyCVar" to get the current value of the console variable "MyCVar -5.2" to set the value to -5.2 "MyCVar ?" to get the help text

Windows
MacOS
Linux

Override Hierarchy

IConsoleManager::ProcessUserConsoleInput()

FConsoleManager::ProcessUserConsoleInput()

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 bool ProcessUserConsoleInput
(
    const TCHAR * Input,
    FOutputDevice & Ar,
    UWorld * InWorld
)

Remarks

Process user input e.g. "MyCVar" to get the current value of the console variable "MyCVar -5.2" to set the value to -5.2 "MyCVar ?" to get the help text

Returns

true if the command was recognized

Parameters

Parameter

Description

Input

must not be 0

Ar

archive

InWorld

world context

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