OnRemoveObject

Remove an object from the Dataprep's and/or action's working set

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 OnRemoveObject
(
    UObject * Object,
    bool bLocalContext
)

Remarks

Remove an object from the Dataprep's and/or action's working set

Parameters

Parameter

Description

Object

Object to be removed from the working set

bLocalContext

If set to true, the object is removed from the current working set. The object will not be accessible to any subsequent operation using the current context. If set to false, the object is removed from the Dataprep's working set. The object will not be accessible to any subsequent operation in the Dataprep's pipeline.

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