Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepContentConsumer
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepContentConsumer.h |
| Include | #include "DataprepContentConsumer.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepContentConsumer.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;DataprepConsumer&41;
bool SetTargetContentFolderAutomated
&40;
const FString & InTargetContentFolder,
FText & OutFailureReason
&41;
Remarks
Sets the path of the package the consumer should move assets to if applicable. This version won't pop any ui Generally, this package path is substituted to the temporary path the assets are in
if InPackagePath is empty the package path of the consumer is used true if the assignment has been successful, false otherwise
Parameters
| Name | Description |
|---|---|
| InTargetContentFolder | : Path of the package to save any assets in |
| OutFailureReason | : String explaining reason of failure to set the target content folder |