Navigation
API > API/Plugins > API/Plugins/DataprepCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDEPRECATED_DataprepRecipe
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepRecipe.h |
| Include | #include "DataprepRecipe.h" |
Syntax
UCLASS&40;Deprecated, Blueprintable, BlueprintType,
Meta&61;&40;DisplayName&61;"DEPRECATED Data Preparation Recipe", DeprecationMessage&61;"No use of Blueprint with Dataprep."&41;&41;
class UDEPRECATED_DataprepRecipe : public UObject
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< AActor * > | GetActors () |
End UObject override DEPRECATED Returns all actors contained in its attached world | |
| TArray< UObject * > | GetAssets () |
DEPRECATED Returns all valid assets contained in attached world | |
| void | DEPRECATED Function used to trigger the execution of the pipeline An event node associated to this function must be in the pipeline graph to run it. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEditorOnly () |
Begin UObject override |