Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UConsole
Description
Prints a (potentially multi-line) FString of text to the console. The text is split into separate lines and passed to OutputTextLine.
| Name | OutputText |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Console.h |
| Include Path | #include "Engine/Console.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UserInterface/Console.cpp |
virtual void OutputText
(
const FString & Text
)
Parameters
| Name | Remarks |
|---|---|
| Text | Text to display on the console. |