Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp |
int32 UpdateSuffixForNextNewObject
(
UObject * Parent,
const UClass * Class,
TFunctionRef < void &)> IndexMutator
)
Remarks
Internal function used to update the suffix to be given to the next newly-created unnamed object.
Updates the suffix to be given to the next newly-created unnamed object.
Updating is done via a callback because a lock needs to be maintained while this happens.