Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/FDataprepCoreUtils
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepCoreUtils.h |
| Include | #include "DataprepCoreUtils.h" |
static void RenameObject
&40;
UObject &42; Object,
const TCHAR &42; NewName,
UObject &42; NewOuter
&41;
Remarks
Rename this object to a unique name, or change its outer.
This method is solely intended for objects manipulated by a Dataprep asset
Parameters
| Name | Description |
|---|---|
| Object | The object to rename |
| NewName | The new name of the object, if null then NewOuter should be set |
| NewOuter | New Outer this object will be placed within, if null it will use the current outer |