Choose your operating system:
Windows
macOS
Linux
Module |
|
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 * SetConsumer
(
UClass * NewConsumerClass,
bool bNotifyChanges
)
Create a new consumer of the given class
a pointer on the newly created consumer. Null pointer if the creation failed.
Parameter |
Description |
---|---|
NewConsumerClass |
Class of the consumer create |
bNotifyChanges |
Indicates if observers should be notified of changes |