Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUPtrSetG
Description
Checks if this array contains the element.
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointerSet.h |
| Include Path | #include "uLang/Common/Containers/UniquePointerSet.h" |
bool Contains
(
const KeyType & Key
) const
True if found. False otherwise.
See Also
-
FilterByPredicate