Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUPtrSetG
Description
Finds an item by key (assuming the ElementType overloads operator== for the comparison).
| Name | Find |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointerSet.h |
| Include Path | #include "uLang/Common/Containers/UniquePointerSet.h" |
ULANG_FORCEINLINEElementType * Find
(
const KeyType & Key
) const
Pointer to the first matching element, or nullptr if none is found.
Parameters
| Name | Remarks |
|---|---|
| Key | The key to search by. |
See Also
- Find