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&40;BlueprintCallable, Category&61;"Log", Meta&61;&40;HideSelfPin&61;"true"&41;&41;
void LogInfo
&40;
const FText & InLogText
&41;
Remarks
Add an info to the log
Parameters
Name | Description |
---|---|
InLogText | The text to add to the log |