FOutputDeviceConsole

This class servers as the base class for console window output.

Windows
MacOS
Linux

Inheritance Hierarchy

FOutputDevice

FOutputDeviceConsole

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/OutputDeviceConsole.h

Include

#include "Misc/OutputDeviceConsole.h"

Syntax

class FOutputDeviceConsole : public FOutputDevice

Remarks

This class servers as the base class for console window output.

Variables

Name Description

Protected variable

FString

 

IniFilename

Ini file name to write console settings to.

Functions

Name Description

Public function Virtual

bool

 

IsAttached()

Returns whether the application is already attached to a console window.

Public function

bool

 

IsShown()

Returns whether console is currently shown or not.

Public function

void

 

SetIniFilename

(
    const TCHAR* InFilename
)

Sets the INI file name to write console settings to.

Public function

void

 

Show

(
    bool ShowWindow
)

Shows or hides the console window.

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