Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/UMaterialFunctionInterface
- UObject::Rename()
- UMaterialFunctionInterface::Rename()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialFunctionInterface.h |
| Include | #include "Materials/MaterialFunctionInterface.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp |
virtual bool Rename
(
const TCHAR * NewName,
UObject * NewOuter,
ERenameFlags Flags
)
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.