UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UObjectHashPrivate.h File Reference

Go to the source code of this file.

Functions

bool DoesObjectPossiblyExist (const UObject *InOuter, FName ObjectName)
 

Function Documentation

◆ DoesObjectPossiblyExist()

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

Parameters
InOuterThe direct outer to search within. Must be non-null.
ObjectNameThe object name to search for.
Returns
Returns a true if the object may possibly exist, false if it definitely does not exist.