Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepAssetInterface
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 |
void OnProducersChanged
(
FDataprepAssetChangeType ,
int32
)
Remarks
Answer notification that the producer has changed
Parameters
| Name | Description |
|---|---|
| ChangeType | Type of change made on the producers, added, removed or modified |
| Index | Index of the producer which has changed. Unused. |