Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
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 |
UObject * StaticFindFirstObjectFastInternal
(
const UClass * ObjectClass,
FName ObjectName,
bool bExactClass,
EObjectFlags ExcludeFlag,
EInternalObjectFlags ExclusiveInternalFlags
)
Remarks
Private internal version of StaticFindFirstObject that allows using 0 exclusion flags. Returns first object with the specified name and class, null if not found
Parameters
| Name | Description |
|---|---|
| ObjectClass | The to be found object's class |
| ObjectName | The to be found object's name |
| bExactClass | Whether to require an exact match with the passed in class |
| ExcludeFlag | Ignores objects that contain any of the specified exclusive flags |
| ExclusiveInternalFlags | Ignores objects that contain any of the specified internal exclusive flags |