Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUPtrArrayG
Description
Checks if this array contains the exact pointer.
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointerArray.h |
| Include Path | #include "uLang/Common/Containers/UniquePointerArray.h" |
bool Contains
(
const ElementType * Pointer
) const
True if found. False otherwise.
See Also
-
ContainsByPredicate
-
FilterByPredicate
-
FindByPredicate