Navigation
API > API/Runtime > API/Runtime/Core
| Name | FOutputDeviceAnsiError |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceAnsiError.h |
| Include Path | #include "Misc/OutputDeviceAnsiError.h" |
Syntax
class FOutputDeviceAnsiError : public FOutputDeviceError
Inheritance Hierarchy
- FOutputDevice → FOutputDeviceError → FOutputDeviceAnsiError
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOutputDeviceAnsiError() |
Constructor, initializing member variables | Misc/OutputDeviceAnsiError.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorPos | int32 | Misc/OutputDeviceAnsiError.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. | Misc/OutputDeviceAnsiError.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. | Misc/OutputDeviceAnsiError.h |
Overridden from FOutputDevice
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanBeUsedOnAnyThread() |
Misc/OutputDeviceAnsiError.h |