Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TSetG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE const ElementType * FindByPredicate
(
Predicate Pred |
uLang/Common/Containers/Set.h | ||
ULANG_FORCEINLINE ElementType * FindByPredicate
(
Predicate Pred |
uLang/Common/Containers/Set.h |
FindByPredicate(Predicate)
| Name | FindByPredicate |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Set.h |
| Include Path | #include "uLang/Common/Containers/Set.h" |
template<typename Predicate>
ULANG_FORCEINLINE const ElementType * FindByPredicate
(
Predicate Pred
) const
FindByPredicate(Predicate)
| Name | FindByPredicate |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Set.h |
| Include Path | #include "uLang/Common/Containers/Set.h" |
template<typename Predicate>
ULANG_FORCEINLINE ElementType * FindByPredicate
(
Predicate Pred
)