Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/NamedValueArray.h |
| Include | #include "Animation/NamedValueArray.h" |
Syntax
struct FNamedValueArrayUtils
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Intersection
(
const TNamedValueArray< AllocatorType0, ElementType0 >& InNamedValues0, |
Calls predicate on all matching elements in the two passed-in value arrays. | |
| void | RemoveByPredicate
(
TNamedValueArray< AllocatorType0, ElementType0 >& InOutValueArray0, |
Removes elements in InOutValueArray0 that match InValueArray1 if predicate returns false | |
| void | Union
(
TNamedValueArray< AllocatorTypeResult, ElementType >& InOutValueArray0, |
Helper function Uses a simple 'tape merge' Performs an operation per-element on the two value arrays. | |
| void | Union
(
TNamedValueArray< AllocatorTypeResult, ElementTypeResult >& InOutValueArray0, |
Helper function Uses a simple 'tape merge' Performs an operation per-element on the two value arrays. | |
| void | Union
(
const TNamedValueArray< AllocatorType0, ElementType0 >& InValueArray0, |
Helper function Calls predicate on all elements in the two passed-in value arrays. | |
| void | Union
(
TNamedValueArray< AllocatorTypeResult, ElementTypeResult >& OutResultValueArray, |
Helper function Uses a simple 'tape merge' Performs an operation per-element on the two value arrays. |