Navigation
API > API/Runtime > API/Runtime/Core
| Name | FUnixErrorOutputDevice |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Unix/UnixErrorOutputDevice.h |
| Include Path | #include "Unix/UnixErrorOutputDevice.h" |
Syntax
class FUnixErrorOutputDevice : public FOutputDeviceError
Inheritance Hierarchy
- FOutputDevice → FOutputDeviceError → FUnixErrorOutputDevice
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUnixErrorOutputDevice() |
Constructor, initializing member variables | Unix/UnixErrorOutputDevice.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorPos | int32 | Unix/UnixErrorOutputDevice.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
const TCHAR* Msg, |
Serializes the passed in data unless the current event is suppressed. | Unix/UnixErrorOutputDevice.h |
Overridden from FOutputDeviceError
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void HandleError() |
Error handling function that is being called from within the system wide global error handler, e.g. using structured exception handling on the PC. | Unix/UnixErrorOutputDevice.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void HandleErrorRestoreUI() |
Callback to allow FUnixApplicationErrorOutputDevice to restore the UI. | Unix/UnixErrorOutputDevice.h |