Navigation
API > API/Runtime > API/Runtime/CoreUObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool StaticFindAllObjectsFastInternal
(
TArray< UObject* >& OutFoundObjects, |
Private internal version of StaticFindAllObjectsFast that allows using 0 exclusion flags. | UObject/UObjectHash.h | |
bool StaticFindAllObjectsFastInternal
(
TArray< UObject* >& OutFoundObjects, |
UObject/UObjectHash.h |
StaticFindAllObjectsFastInternal(TArray< UObject > &, const UClass , FName, EFindObjectFlags, EObjectFlags, EInternalObjectFlags)
Description
Private internal version of StaticFindAllObjectsFast that allows using 0 exclusion flags.
| Name | StaticFindAllObjectsFastInternal |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectHash.h |
| Include Path | #include "UObject/UObjectHash.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectHash.cpp |
bool StaticFindAllObjectsFastInternal
(
TArray < UObject * > & OutFoundObjects,
const UClass * ObjectClass,
FName ObjectName,
EFindObjectFlags Flags,
EObjectFlags ExcludeFlags,
EInternalObjectFlags ExclusiveInternalFlags
)
Returns true if any objects were found, false otherwise
Parameters
| Name | Remarks |
|---|---|
| OutFoundObjects | Array of objects matching the specified search parameters |
| 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 |
| ExcludeFlags | Ignores objects that contain any of the specified exclusive flags |
| ExclusiveInternalFlags | Ignores objects that contain any of the specified internal exclusive flags |
StaticFindAllObjectsFastInternal(TArray< UObject > &, const UClass , FName, ExactClassType, EObjectFlags, EInternalObjectFlags)
| Name | StaticFindAllObjectsFastInternal |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectHash.h |
| Include Path | #include "UObject/UObjectHash.h" |
template<UE::CSameAs< bool > ExactClassType>
bool StaticFindAllObjectsFastInternal
(
TArray < UObject * > & OutFoundObjects,
const UClass * ObjectClass,
FName ObjectName,
ExactClassType bExactClass,
EObjectFlags ExcludeFlags,
EInternalObjectFlags ExclusiveInternalFlags
)