Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/ISingleRowInfo
Description
Returns whether a column matches the requested type or not. This version only applies to current row. This version is faster than querying for an arbitrary row.
| Name | CurrentRowHasColumns |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryCapabilities.inl |
| Include Path | #include "Elements/Framework/TypedElementQueryCapabilities.inl" |
bool CurrentRowHasColumns
(
TConstArrayView< const UScriptStruct * > Columns
) const