Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepEditingOperation
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;"Dataprep &124; Editing Operation"&41;
UObject &42; AddAsset
&40;
const UObject &42; Asset,
const FString & AssetName
&41;
Remarks
DUplicate and add an asset to the Dataprep's and action's working set The asset newly created
Parameters
| Name | Description |
|---|---|
| Asset | If not null, the asset will be duplicated |
| AssetName | Name of the asset to create. Name collision will be checked and fixed before naming the asset |