Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Unix
Inheritance Hierarchy
- FOutputDevice
- FOutputDeviceError
- FUnixErrorOutputDevice
- FUnixApplicationErrorOutputDevice
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Unix/UnixErrorOutputDevice.h |
| Include | #include "Unix/UnixErrorOutputDevice.h" |
Syntax
class FUnixErrorOutputDevice : public FOutputDeviceError
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor, initializing member variables |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Callback to allow FUnixApplicationErrorOutputDevice to restore the UI. | ||
| void | Serialize
(
const TCHAR* Msg, |
Serializes the passed in data unless the current event is suppressed. |
Overridden from FOutputDeviceError
| Type | Name | Description | |
|---|---|---|---|
| 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. |