UDataprepAssetInterface::RunConsumer

Run the consumer associated with the Dataprep asset

Windows
MacOS
Linux

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepAssetInterface.h

Include

#include "DataprepAssetInterface.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepAssetInterface.cpp

Syntax

virtual bool RunConsumer
(
    const FDataprepConsumerContext & InContext
)

Remarks

Run the consumer associated with the Dataprep asset

Returns

false if the consumer failed to execute

Parameters

Parameter

Description

InContext

Context containing all the data required to properly run a consumer

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