Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepContentConsumer
Description
Sets the name of the level the consumer should move objects to if applicable.
if InLevelName is empty or equal to 'current' (case insensitive), no change should be made
| Name | SetLevelNameImplementation |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepContentConsumer.h |
| Include Path | #include "DataprepContentConsumer.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepContentConsumer.cpp |
virtual bool SetLevelNameImplementation
(
const FString & InLevelName,
FText & OutFailureReason,
const bool bIsAutomated
)
true if the name has been successfully set
Parameters
| Name | Remarks |
|---|---|
| InLevelName | : New name for the consumer's level. |
| OutFailureReason | : String explaining reason of failure to set the level name |
| bIsAutomated | If it is true the function shouldn't require any feedback from the user |