UConsole::OutputText

Prints a (potentially multi-line) [FString](API\Runtime\Core\Containers\FString) of text to the console.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Console.h

Include

#include "Engine/Console.h"

Source

/Engine/Source/Runtime/Engine/Private/UserInterface/Console.cpp

Syntax

virtual void OutputText
(
    const FString & Text
)

Remarks

Prints a (potentially multi-line) FString of text to the console. The text is split into separate lines and passed to OutputTextLine.

Parameters

Parameter

Description

Text

Text to display on the console.

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