Navigation
API > API/Plugins > API/Plugins/DataprepCore
Contains all data regarding the context in which an operation will be executed
| Name | FDataprepOperationContext |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepOperation.h |
| Include Path | #include "DataprepOperation.h" |
Syntax
struct FDataprepOperationContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddAssetDelegate | FDataprepAddAsset | Delegate to duplicate and add an asset to the Dataprep content Only effective if the operation is of class UDataprepEditingOperation | DataprepOperation.h | |
| AssetsModifiedDelegate | FDataprepAssetsModified | Delegate to indicate an asset has been modified | DataprepOperation.h | |
| Context | TSharedPtr< struct FDataprepContext > | The context contains on which the operation should operate on. | DataprepOperation.h | |
| CreateActorDelegate | FDataprepCreateActor | Delegate to create and add an actor to the Dataprep content Only effective if the operation is of class UDataprepEditingOperation | DataprepOperation.h | |
| CreateAssetDelegate | FDataprepCreateAsset | Delegate to create and add an asset to the Dataprep content Only effective if the operation is of class UDataprepEditingOperation | DataprepOperation.h | |
| DataprepLogger | TSharedPtr< class IDataprepLogger > | Optional Logger to capture the log produced by an operation (via the functions LogInfo, LogWarning and LogError). | DataprepOperation.h | |
| DataprepProgressReporter | TSharedPtr< class IDataprepProgressReporter > | Optional Progress Reporter to capture any progress reported by an operation. | DataprepOperation.h | |
| DeleteObjectsDelegate | FDataprepDeleteObjects | Delegate to remove an asset from the Dataprep content Only effective if the operation is of class UDataprepEditingOperation | DataprepOperation.h | |
| RemoveObjectDelegate | FDataprepRemoveObject | Delegate to remove an object from the Dataprep's or the action's working set Only effective if the operation is of class UDataprepEditingOperation | DataprepOperation.h |