Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
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
| Type | Name | Description | |
|---|---|---|---|
| FString | IniFilename | Ini file name to write console settings to. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsAttached () |
Returns whether the application is already attached to a console window. | |
| bool | IsShown () |
Returns whether console is currently shown or not. | |
| void | SetIniFilename
(
const TCHAR* InFilename |
Sets the INI file name to write console settings to. | |
| void | Show
(
bool ShowWindow |
Shows or hides the console window. |