Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FRowHandleArrayView
Description
Whether or not the view contains the provided row. If the view is sorted a much binary search can be used for a much faster search otherwise a slower linear search is done.
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementRowHandleArrayView.h |
| Include Path | #include "Elements/Framework/TypedElementRowHandleArrayView.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Private/Elements/Framework/TypedElementRowHandleArrayView.cpp |
bool Contains
(
RowHandle Row
) const