Navigation
API > API/Runtime > API/Runtime/CoreUObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * FindObjectSafe
(
FTopLevelAssetPath InPath, |
Find an optional object. | UObject/UObjectGlobals.h | |
T * FindObjectSafe
(
FTopLevelAssetPath InPath, |
UObject/UObjectGlobals.h | ||
T * FindObjectSafe
(
UObject* Outer, |
Find an object without asserting on GIsSavingPackage or IsGarbageCollectingAndLockingUObjectHashTables() | UObject/UObjectGlobals.h | |
T * FindObjectSafe
(
UObject* Outer, |
UObject/UObjectGlobals.h |
FindObjectSafe(FTopLevelAssetPath, EFindObjectFlags)
Description
Find an optional object.
| Name | FindObjectSafe |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
template<class T>
T * FindObjectSafe
(
FTopLevelAssetPath InPath,
EFindObjectFlags Flags
)
See Also
- StaticFindObject()
FindObjectSafe(FTopLevelAssetPath, ExactClassType)
| Name | FindObjectSafe |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
template<typename T, UE::CSameAs< bool > ExactClassType>
T * FindObjectSafe
(
FTopLevelAssetPath InPath,
ExactClassType bExactClass
)
FindObjectSafe(UObject *, FStringView, EFindObjectFlags)
Description
Find an object without asserting on GIsSavingPackage or IsGarbageCollectingAndLockingUObjectHashTables()
| Name | FindObjectSafe |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
template<class T>
T * FindObjectSafe
(
UObject * Outer,
FStringView Name,
EFindObjectFlags Flags
)
See Also
- StaticFindObjectSafe()
FindObjectSafe(UObject *, FStringView, ExactClassType)
| Name | FindObjectSafe |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
template<typename T, UE::CSameAs< bool > ExactClassType>
T * FindObjectSafe
(
UObject * Outer,
FStringView Name,
ExactClassType bExactClass
)