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 SetLevelNameAutomated
&40;
const FString & InLevelName,
FText & OutFailureReason
&41;
Remarks
Sets the name of the level the consumer should move objects to if applicable. This version won't pop any ui
if InLevelName is empty or equal to 'current' (case insensitive), no change is made true if the name has been successfully set
Parameters
| Name | Description |
|---|---|
| InLevelName | : New name for the consumer's level. |
| OutFailureReason | : String explaining reason of failure to set the level name |