Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FOutputDevice
- FOutputDeviceDebug
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceDebug.h |
| Include | #include "Misc/OutputDeviceDebug.h" |
Syntax
class FOutputDeviceDebug : public FOutputDevice
Overridden from FOutputDevice
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | |||
| bool | The return value is cached by AddOutputDevice because calling this during a panic may fail. | ||
| void | Serialize
(
const TCHAR* Data, |
||
| void | Serialize
(
const TCHAR* Data, |
Serializes the passed in data unless the current event is suppressed. | |
| void | SerializeRecord
(
const UE::FLogRecord& Record |