Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNamedValueArrayUtils
Description
Calls predicate on all elements of the first named value array that are not present in the second named value array: Result = (A - B). ValuePredicateType is a function of signature: (const ElementType0& InElement0) -> void
| Name | Subtraction |
| 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 Subtraction
(
const TNamedValueArray < AllocatorType0, ElementType0 > & InNamedValues0,
const TNamedValueArray < AllocatorType1, ElementType1 > & InNamedValues1,
ValuePredicateType InValuePredicate
)