Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FConsoleManager
- 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 |
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 true if the command was recognized
Parameters
| Name | Description |
|---|---|
| Input | must not be 0 |
| Ar | archive |
| InWorld | world context |