![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UObjectGlobals.h>
Public Member Functions | |
| COREUOBJECT_API | FUniversallyUniqueObjectNameGenerator (const FGuid &Seed) |
| COREUOBJECT_API uint32 | GetNewValue () const |
Public Attributes | |
| TCHAR | SessionIdBase36 [14] |
| std::atomic< uint32 > | Seed |
Generator class that can be used as a session to generate universally unique object names.
| FUniversallyUniqueObjectNameGenerator::FUniversallyUniqueObjectNameGenerator | ( | const FGuid & | Seed | ) |
| uint32 FUniversallyUniqueObjectNameGenerator::GetNewValue | ( | ) | const |
|
mutable |
| TCHAR FUniversallyUniqueObjectNameGenerator::SessionIdBase36[14] |