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 |
UDataprepContentConsumer &42; SetConsumer
&40;
UClass &42; NewConsumerClass,
bool bNotifyChanges
&41;
Remarks
Create a new consumer of the given class a pointer on the newly created consumer. Null pointer if the creation failed.
Parameters
Name | Description |
---|---|
NewConsumerClass | Class of the consumer create |
bNotifyChanges | Indicates if observers should be notified of changes |