Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/FDataprepCoreUtils
| Name | FDataprepFeedbackContext |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepCoreUtils.h |
| Include Path | #include "DataprepCoreUtils.h" |
Syntax
class FDataprepFeedbackContext : public FFeedbackContextEditor
Inheritance Hierarchy
- FOutputDevice → FFeedbackContext → FFeedbackContextEditor → FDataprepCoreUtils::FDataprepFeedbackContext
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bTaskWasCancelledCache | bool | DataprepCoreUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ReceivedUserCancel() |
We want to override this method in order to cache the cancel result and not clear it, so it can be checked multiple times with the correct result! (FFeedbackContextEditor::ReceivedUserCancel clears it) | DataprepCoreUtils.h |