Navigation
API > API/Plugins > API/Plugins/DataprepEditorScriptingUtilities
| |
|
| Name |
EDataprepReportMethod |
| Type |
enum |
| Header File |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepEditorScriptingUtilities/Public/EditorDataprepAssetLibrary.h |
| Include Path |
#include "EditorDataprepAssetLibrary.h" |
Syntax
enum EDataprepReportMethod
{
StandardLog,
SameFeedbackAsEditor,
NoFeedback,
}
Values
| Name |
Remarks |
| StandardLog |
Report the feedback into the output log only. |
| SameFeedbackAsEditor |
Report the feedback the same way that the dataprep asset editor does. |
| NoFeedback |
Don't report the feedback. |