Navigation
API > API/Runtime > API/Runtime/CoreUObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UObject * StaticFindObjectFastInternal
(
FRemoteObjectId RemoteId, |
Variation of StaticFindObjectFastInternal that uses remote id. | UObject/UObjectHash.h | |
UObject * StaticFindObjectFastInternal
(
const UClass* Class, |
Private internal version of StaticFindObjectFast that allows using 0 exclusion flags. | UObject/UObjectHash.h | |
UObject * StaticFindObjectFastInternal
(
const UClass* Class, |
UObject/UObjectHash.h |
StaticFindObjectFastInternal(FRemoteObjectId, EObjectFlags, EInternalObjectFlags)
Description
Variation of StaticFindObjectFastInternal that uses remote id.
| Name | StaticFindObjectFastInternal |
| 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 |
UObject * StaticFindObjectFastInternal
(
FRemoteObjectId RemoteId,
EObjectFlags InExclusiveFlags,
EInternalObjectFlags InExlusiveInternalFlags
)
Returns a pointer to the found object or NULL if none could be found
Parameters
| Name | Remarks |
|---|---|
| RemoteId | The to be found object's remote id |
| InExclusiveFlags | Ignores objects that contain any of the specified exclusive flags |
| InExlusiveInternalFlags | Ignores objects that contain any of the specified internal exclusive flags |
StaticFindObjectFastInternal(const UClass , const UObject , FName, EFindObjectFlags, EObjectFlags, EInternalObjectFlags)
Description
Private internal version of StaticFindObjectFast that allows using 0 exclusion flags.
| Name | StaticFindObjectFastInternal |
| 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 |
UObject * StaticFindObjectFastInternal
(
const UClass * Class,
const UObject * InOuter,
FName InName,
EFindObjectFlags Flags,
EObjectFlags ExclusiveFlags,
EInternalObjectFlags ExclusiveInternalFlags
)
Returns a pointer to the found object or NULL if none could be found
Parameters
| Name | Remarks |
|---|---|
| Class | The to be found object's class |
| InOuter | The to be found object's outer |
| InName | The to be found object's class |
| ExactClass | Whether to require an exact match with the passed in class |
| ExclusiveFlags | Ignores objects that contain any of the specified exclusive flags |
| ExclusiveInternalFlags | Ignores objects that contain any of the specified internal exclusive flags |
StaticFindObjectFastInternal(const UClass , const UObject , FName, ExactClassType, EObjectFlags, EInternalObjectFlags)
| Name | StaticFindObjectFastInternal |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectHash.h |
| Include Path | #include "UObject/UObjectHash.h" |
template<UE::CSameAs< bool > ExactClassType>
UObject * StaticFindObjectFastInternal
(
const UClass * Class,
const UObject * InOuter,
FName InName,
ExactClassType bExactClass,
EObjectFlags ExclusiveFlags,
EInternalObjectFlags ExclusiveInternalFlags
)