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