Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FRowHandleArray
Description
Returns a mutable view of the array of rows. This will invalidate sorted and uniqueness status of the array. If Guarantee is set to IsSorted and/or IsUnique the user takes responsibility to guaranteed that the rows remain sorted in numeric order and/or all values remain unique after the new rows are modified. If the arrays was already not sorted and/or not unique setting the Guarantee flags has no effect.
| Name | GetMutableRows |
| 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 |
TArrayView < RowHandle > GetMutableRows
(
EFlags Guarantee
)