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