Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FOutputDeviceDebug
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
const TCHAR* Data, |
Misc/OutputDeviceDebug.h | ||
virtual void Serialize
(
const TCHAR* Data, |
Serializes the passed in data unless the current event is suppressed. | Misc/OutputDeviceDebug.h |
Serialize(const TCHAR *, ELogVerbosity::Type, const FName &)
| Name | Serialize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceDebug.h |
| Include Path | #include "Misc/OutputDeviceDebug.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/OutputDeviceDebug.cpp |
virtual void Serialize
(
const TCHAR * Data,
ELogVerbosity::Type Verbosity,
const FName & Category
)
Serialize(const TCHAR *, ELogVerbosity::Type, const FName &, double)
Description
Serializes the passed in data unless the current event is suppressed.
| Name | Serialize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceDebug.h |
| Include Path | #include "Misc/OutputDeviceDebug.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/OutputDeviceDebug.cpp |
virtual void Serialize
(
const TCHAR * Data,
ELogVerbosity::Type Verbosity,
const FName & Category,
double Time
)
Parameters
| Name | Remarks |
|---|---|
| Data | Text to log |
| Event | Event name used for suppression purposes |