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 |
bool IsStepEnabled
(
int32 Index
) const
Remarks
Get enabled status of an operation True if the operation is enabled. Always return false if the operation index is invalid
Parameters
| Name | Description |
|---|---|
| Index | The index of the operation |