UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WindowsPlatformOutputDevices.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreTypes.h
"
6
#include "
GenericPlatform/GenericPlatformOutputDevices.h
"
7
8
class
FOutputDevice
;
9
class
FOutputDeviceConsole
;
10
class
FOutputDeviceError
;
11
class
FFeedbackContext
;
12
13
struct
FWindowsPlatformOutputDevices
14
:
public
FGenericPlatformOutputDevices
15
{
16
static
CORE_API
FOutputDevice
*
GetEventLog
();
17
static
CORE_API
FOutputDeviceError
*
GetError
();
18
};
19
20
21
typedef
FWindowsPlatformOutputDevices
FPlatformOutputDevices
;
CoreTypes.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
GenericPlatformOutputDevices.h
FPlatformOutputDevices
FWindowsPlatformOutputDevices FPlatformOutputDevices
Definition
WindowsPlatformOutputDevices.h:21
FFeedbackContext
Definition
FeedbackContext.h:30
FOutputDeviceConsole
Definition
OutputDeviceConsole.h:14
FOutputDeviceError
Definition
OutputDeviceError.h:10
FOutputDevice
Definition
OutputDevice.h:133
FGenericPlatformOutputDevices
Definition
GenericPlatformOutputDevices.h:21
FWindowsPlatformOutputDevices
Definition
WindowsPlatformOutputDevices.h:15
FWindowsPlatformOutputDevices::GetError
static CORE_API FOutputDeviceError * GetError()
Definition
WindowsPlatformOutputDevices.cpp:46
FWindowsPlatformOutputDevices::GetEventLog
static CORE_API FOutputDevice * GetEventLog()
Definition
WindowsPlatformOutputDevices.cpp:36
Engine
Source
Runtime
Core
Public
Windows
WindowsPlatformOutputDevices.h
Generated by
1.9.8