Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Renames a uniquely named objects obtained by MakeUniqueObjectName and attempts to lower the arbitrary per-class suffix used to make names unique if possible.
This is intended to allow code to recreate sequences of uniquely named objects with identical names.
| Name | ReleaseUniquelyNamedObject |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp |
void ReleaseUniquelyNamedObject
(
UObject * Object
)
Parameters
| Name | Remarks |
|---|---|
| Object | The objects to rename |