Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FNamedValueArrayUtils
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/NamedValueArray.h |
| Include | #include "Animation/NamedValueArray.h" |
template<typename AllocatorType0, typename ElementType0, typename AllocatorType1, typename ElementType1, typename PredicateType>
static void RemoveByPredicate
&40;
TNamedValueArray< AllocatorType0, ElementType0 > & InOutValueArray0,
const TNamedValueArray< AllocatorType1, ElementType1 > & InValueArray1,
const PredicateType & InPredicate
&41;
Remarks
Removes elements in InOutValueArray0 that match InValueArray1 if predicate returns false