OnCreateAsset

Create and add an asset to the Dataprep's and action's working set

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepActionAsset.h"

Syntax

UObject * OnCreateAsset
(
    UClass * AssetClass,
    const TCHAR * AssetName
)

Remarks

Create and add an asset to the Dataprep's and action's working set

Returns

The asset newly created

Parameters

Parameter

Description

AssetClass

If Asset is null, an asset of the given class will be returned

AssetName

Name of the asset to create. Name collision will be performed before naming the asset

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