LockUObjectHashTables

Locks [UObject](API\Runtime\CoreUObject\UObject\UObject) hash tables so that other threads can't hash or find new UObjects

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectHash.h

Include

#include "UObject/UObjectHash.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectHash.cpp

Syntax

void LockUObjectHashTables()

Remarks

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)

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