![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "UObject/UObjectHash.h"Go to the source code of this file.
Functions | |
| bool | DoesObjectPossiblyExist (const UObject *InOuter, FName ObjectName) |
Approximate version of StaticFindObjectFastInternal that may return a false positive - i.e. the object does not exist but the function returns true. Will not return a false negative - i.e. if the object does exist, this function must return true
| InOuter | The direct outer to search within. Must be non-null. |
| ObjectName | The object name to search for. |