UEditorDataprepAssetLibrary::GetProducer

Get a producer from a dataprep asset.

Windows
MacOS
Linux

References

Module

DataprepEditorScriptingUtilities

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepEditorScriptingUtilities/Public/EditorDataprepAssetLibrary.h

Include

#include "EditorDataprepAssetLibrary.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepEditorScriptingUtilities/Private/EditorDataprepAssetLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Editor Scripting | Dataprep Asset | Producers")
static UDataprepContentProducer * GetProducer
(
    UDataprepAssetInterface * DataprepAssetInterface,
    int32 Index
)

Remarks

Get a producer from a dataprep asset.

Parameters

Parameter

Description

DataprepAssetInterface

The dataprep asset from which the producer will be retrieved

Index

The index of the producer in the dataprep asset

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