UDataprepAssetInterface::OnProducersChanged

Answer notification that the producer has changed

Choose your operating system:

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

void OnProducersChanged
(
    FDataprepAssetChangeType,
    int32
)

Remarks

Answer notification that the producer has changed

Parameters

Parameter

Description

ChangeType

Type of change made on the producers, added, removed or modified

Index

Index of the producer which has changed. Unused.