Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Description
Checks if this array contains element for which the predicate is true.
| Name | ContainsByPredicate |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path | #include "uLang/Common/Containers/Array.h" |
template<typename Predicate>
ULANG_FORCEINLINE bool ContainsByPredicate
(
Predicate Pred
) const
True if found. False otherwise.
Parameters
| Name | Remarks |
|---|---|
| Predicate | to use |
See Also
-
Find