Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Locks UObject hash tables so that other threads can't hash or find new UObjects
Prevents any other threads from finding/adding UObjects (e.g. while GC is running)
| Name | LockUObjectHashTables |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectHash.h |
| Include Path | #include "UObject/UObjectHash.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectHash.cpp |
void LockUObjectHashTables()