Navigation
Unreal Engine C++ API Reference > Plugins > DataprepCore > UDataprepOperation
References
Module | DataprepCore |
Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepOperation.h |
Include | #include "DataprepOperation.h" |
Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepOperation.cpp |
UFUNCTION (BlueprintCallable, Category="Log", Meta=(HideSelfPin="true"))
void LogWarning
(
const FText & InLogText
)
Remarks
Add a warning to the log
Parameters
Name | Description |
---|---|
InLogText | The text to add to the log |