FDataprepCoreUtils::FDataprepLogger::LogWarning

Records a warning produced by an operation

Windows
MacOS
Linux

Override Hierarchy

IDataprepLogger::LogWarning()

FDataprepCoreUtils::FDataprepLogger::LogWarning()

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepCoreUtils.h

Include

#include "DataprepCoreUtils.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepCoreUtils.cpp

Syntax

virtual void LogWarning
(
    const FText & InLogText,
    const UObject & InObject
)

Remarks

Records a warning produced by an operation

Parameters

Parameter

Description

InLogText

The text logged

InObject

The object that produced the log

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