FDataprepCoreUtils::RenameObject

Rename this object to a unique name, or change its outer.

Windows
MacOS
Linux

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepCoreUtils.h

Include

#include "DataprepCoreUtils.h"

Syntax

static void RenameObject
(
    UObject * Object,
    const TCHAR * NewName,
    UObject * NewOuter
)

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

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss