Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
This file contains the definitions of all available query capabilities. The macros get expended in various ways to generate interfaces, function forwarders, contexts, etc. Capability to provide information about the currently active row.
| Name | ISingleRowInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryCapabilities.inl |
| Include Path | #include "Elements/Framework/TypedElementQueryCapabilities.inl" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryCapabilities.h |
Syntax
template<typename Base>
struct ISingleRowInfo : public Base
Inheritance Hierarchy
- Base → ISingleRowInfo
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISingleRowInfo() |
Constants
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CurrentRowHasColumns
(
TConstArrayView< const UScriptStruct* > Columns |
Returns whether a column matches the requested type or not. | ||
RowHandle GetCurrentRow() |
Returns the currently active row. |