Warnings
Unless ForceNoResetLoaders is passed in, this will cause a flush of all level streaming.
| UObject::Rename()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInterface.h |
Include |
#include "Materials/MaterialInterface.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Materials/MaterialInterface.cpp |
virtual bool Rename
(
const TCHAR * NewName,
UObject * NewOuter,
ERenameFlags Flags
)
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.
Parameter |
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 |