FDataprepCoreUtils::BuildAssets

Helper function to build assets for use in the Dataprep pipeline

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepCoreUtils.h"

Source

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

Syntax

static void BuildAssets
(
    const TArray< TWeakObjectPtr< UObject > > & Assets,
    const TSharedPtr< IDataprepProgressReporter > & ProgressReporterPtr
)

Remarks

Helper function to build assets for use in the Dataprep pipeline

Parameters

Parameter

Description

Assets

Array of weak pointer on the assets to be build

ProgressReporterPtr

Pointer to a IDataprepProgressReporter interface. This pointer can be invalid.

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