UpdateSuffixForNextNewObject

Internal function used to update the suffix to be given to the next newly-created unnamed object.

Windows
MacOS
Linux

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

Syntax

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss