Navigation
API > API/Plugins > API/Plugins/DataprepCore
| Name | UDataprepActionStep |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepActionAsset.h |
| Include Path | #include "DataprepActionAsset.h" |
Syntax
UCLASS ()
class UDataprepActionStep : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDataprepActionStep
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDataprepActionStep() |
DataprepActionAsset.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsEnabled | bool | DataprepActionAsset.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PathOfStepObjectClass | TSoftClassPtr< UDataprepParameterizableObject > | Will be used for future error message if the step object can't be loaded. | DataprepActionAsset.h | |
| StepObject | TObjectPtr< UDataprepParameterizableObject > | The actual object of the step. | DataprepActionAsset.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSoftClassPtr< UDataprepParameterizableObject > GetPathOfStepObjectClass() |
DataprepActionAsset.h | ||
| DataprepActionAsset.h | |||
const UDataprepParameterizableObject * GetStepObject () |
DataprepActionAsset.h | ||
virtual void PostLoad() |
DataprepActionAsset.h |