FOutputDeviceDebug::Serialize

Serializes the passed in data unless the current event is suppressed.

Windows
MacOS
Linux

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

Syntax

virtual void Serialize
(
    const TCHAR * Data,
    ELogVerbosity::Type Verbosity,
    const class FName & Category,
    const double Time
)

Remarks

Serializes the passed in data unless the current event is suppressed.

Parameters

Parameter

Description

Data

Text to log

Event

Event name used for suppression purposes

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss