Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FOutputDevice
- FOutputDeviceError
- FHookOutputDevice
- FAssertHookDevice
- FOutputDeviceAnsiError
- FUnixErrorOutputDevice
- FUnixApplicationErrorOutputDevice
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceError.h |
| Include | #include "Misc/OutputDeviceError.h" |
Syntax
class FOutputDeviceError : public FOutputDevice
Remarks
Error device.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void * | Returns the instruction location of where an error occurred | ||
| void | HandleError () |
||
| void | SetErrorProgramCounter
(
void* InProgramCounter |
Sets the location of the instruction that raise the next error |
Overridden from FOutputDevice
| Type | Name | Description | |
|---|---|---|---|
| bool | The return value is cached by AddOutputDevice because calling this during a panic may fail. |