EnableStep

Allow to set the enabled state of a step

Windows
MacOS
Linux

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

Syntax

void EnableStep
(
    int32 Index,
    bool bEnable
)

Remarks

Allow to set the enabled state of a step

Parameters

Parameter

Description

Index

The index of the step

bEnable

The new enabled state of the step

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss