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 AllocatorTypeResult, typename ElementType, typename AllocatorTypeParam>
static void Union
&40;
TNamedValueArray< AllocatorTypeResult, ElementType > & InOutValueArray0,
const TNamedValueArray< AllocatorTypeParam, ElementType > & InValueArray1
&41;
Remarks
Helper function Uses a simple 'tape merge' Performs an operation per-element on the two value arrays. Writes result to InOutValueArray0. InValueArray0 will be the union of the two value arrays after the operation is completed (i.e. new elements in InValueArray1 are added to InValueArray0) Performs a simple copy for each element