Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepAsset
Warnings * Unless ForceNoResetLoaders is passed in, this will cause a flush of all level streaming.
- UObject::Rename()
- UDataprepAsset::Rename()
References
Module | DataprepCore |
Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepAsset.h |
Include | #include "DataprepAsset.h" |
Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepAsset.cpp |
virtual bool Rename
&40;
const TCHAR &42; NewName,
UObject &42; NewOuter,
ERenameFlags Flags
&41;
Remarks
Rename this object to a unique name, or change its outer.
Unless ForceNoResetLoaders is passed in, this will cause a flush of all level streaming.
Parameters
Name | Description |
---|---|
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 |
Flags | Flags to specify what happens during the rename |