Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Find an optional object with proper handling of potential ambiguity without asserting on GIsSavingPackage or IsGarbageCollecting()
| Name | FindFirstObjectSafe |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
template<class T>
T * FindFirstObjectSafe
(
FStringView Name,
EFindFirstObjectOptions Options,
ELogVerbosity::Type AmbiguousMessageVerbosity,
const TCHAR * CurrentOperation
)
See Also
- StaticFindFirstObject()