Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FNamedValueArrayUtils > API/Runtime/Engine/Animation/FNamedValueArrayUtils/Union
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/NamedValueArray.h |
| Include | #include "Animation/NamedValueArray.h" |
template<typename PredicateType, typename AllocatorType0, typename ElementType0, typename AllocatorType1, typename ElementType1>
static void Union
&40;
const TNamedValueArray< AllocatorType0, ElementType0 > & InValueArray0,
const TNamedValueArray< AllocatorType1, ElementType1 > & InValueArray1,
const PredicateType & InPredicate
&41;
Remarks
Helper function Calls predicate on all elements in the two passed-in value arrays.