Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNamedValueArrayUtils
Description
Calls predicate on all matching elements in the two passed-in value arrays. ValuePredicateType is a function of signature: (const ElementType0& InElement0, const ElementType1& InElement1) -> void
| Name | Intersection |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/NamedValueArray.h |
| Include Path | #include "Animation/NamedValueArray.h" |
template<typename AllocatorType0, typename ElementType0, typename AllocatorType1, typename ElementType1, typename ValuePredicateType>
static void Intersection
(
const TNamedValueArray < AllocatorType0, ElementType0 > & InNamedValues0,
const TNamedValueArray < AllocatorType1, ElementType1 > & InNamedValues1,
ValuePredicateType InValuePredicate
)