Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FString
- FOutputDevice
- FStringOutputDevice
- FConsoleOutputDevice
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
| Include | #include "EngineUtils.h" |
Syntax
class FConsoleOutputDevice : public FStringOutputDevice
Remarks
An output device that forwards output to both the log and the console.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConsoleOutputDevice
(
UConsole* InConsole |
Minimal initialization constructor. |
Overridden from FStringOutputDevice
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
const TCHAR* Text, |
Typedefs
| Name | Description |
|---|---|
| Super |