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/GarbageCollection.cpp |
bool UnhashUnreachableObjects
(
bool bUseTimeLimit,
double TimeLimit
)
Remarks
Calls ConditionalBeginDestroy on unreachable objects true if the time limit passed and there's still objects pending to be unhashed
Parameters
| Name | Description |
|---|---|
| bUseTimeLimit | whether the time limit parameter should be used |
| TimeLimit | soft time limit for this function call |