Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/FDataprepCoreUtils
Description
Rename this object to a unique name, or change its outer.
This method is solely intended for objects manipulated by a Dataprep asset
| Name | RenameObject |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepCoreUtils.h |
| Include Path | #include "DataprepCoreUtils.h" |
static void RenameObject
(
UObject * Object,
const TCHAR * NewName,
UObject * NewOuter
)
Parameters
| Name | Remarks |
|---|---|
| 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 |