Navigation
API > API/Plugins > API/Plugins/DataprepCore
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepActionAsset.h |
| Include | #include "DataprepActionAsset.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepActionAsset.cpp |
AActor * OnCreateActor
(
UClass * ActorClass,
const TCHAR * ActorName
)
Remarks
Add an actor to the Dataprep's transient world and action's working set The actor newly created
Parameters
| Name | Description |
|---|---|
| ActorClass | Class of the actor to create |
| ActorName | Name of the actor to create. Name collision will be performed before naming the asset |