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 |
void EnableStep
(
int32 Index,
bool bEnable
)
Remarks
Allow to set the enabled state of a step
Parameters
| Name | Description |
|---|---|
| Index | The index of the step |
| bEnable | The new enabled state of the step |