Navigation
API > API/Runtime > API/Runtime/Core
Error device.
| Name | FOutputDeviceError |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceError.h |
| Include Path | #include "Misc/OutputDeviceError.h" |
Syntax
class FOutputDeviceError : public FOutputDevice
Inheritance Hierarchy
- FOutputDevice → FOutputDeviceError
Derived Classes
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ProgramCounter | void * | Misc/OutputDeviceError.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * GetErrorProgramCounter() |
Returns the instruction location of where an error occurred | Misc/OutputDeviceError.h | |
void HandleError() |
Misc/OutputDeviceError.h | ||
void SetErrorProgramCounter
(
void* InProgramCounter |
Sets the location of the instruction that raise the next error | Misc/OutputDeviceError.h |
Overridden from FOutputDevice
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanBeUsedOnPanicThread() |
The return value is cached by AddOutputDevice because calling this during a panic may fail. | Misc/OutputDeviceError.h |