FDataprepCreateAsset

Delegate used by a Dataprep operation to create and add an asset to the Dataprep's working set

Windows
MacOS
Linux

Type

typedef TBaseDelegate_TwoParams< UObject *, UClass *, const TCHAR * > FDataprepCreateAsset

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepOperation.h

Include

#include "DataprepOperation.h"

Remarks

Delegate used by a Dataprep operation to create and add an asset to the Dataprep's working set

Returns nullptr if Asset and AssetClass is null

If Asset is not null, it will not be added to the list of assets tracked by Dataprep. It can safely be deleted

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss