Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FRowHandleArray
Description
Appends the provided row handle at the end of the array. This may result in the array becoming unsorted and/or no longer unique. If Guarantee is set to IsUnique the user takes responsibility to guaranteed that the new row is not already present. If array is sorted, the IsUnique hint is ignored and the array will determine if the values are unique. The IsSorted guarantee is always ignored. If the arrays was already not unique setting the Guarantee flags has no effect.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementRowHandleArray.h |
| Include Path | #include "Elements/Framework/TypedElementRowHandleArray.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Private/Elements/Framework/TypedElementRowHandleArray.cpp |
void Add
(
RowHandle Row,
EFlags Guarantee
)