Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FOutputDevice
- FOutputDeviceError
- FOutputDeviceAnsiError
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceAnsiError.h |
| Include | #include "Misc/OutputDeviceAnsiError.h" |
Syntax
class FOutputDeviceAnsiError : public FOutputDeviceError
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor, initializing member variables |
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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. |
Overridden from FOutputDevice
| Type | Name | Description | |
|---|---|---|---|
| bool |