Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Columns ConstFunction0
(
SingleRowInfo, |
Returns the currently active row. | ||
Columns EContextCapabilityFlags::SupportsBatch ConstFunction0
(
RowBatchInfo, |
Returns the number of rows in the current batch. Returns an view with the rows used by this batch. |
ConstFunction0(SingleRowInfo, RowHandle, GetCurrentRow)
Description
Returns the currently active row. Capability to provide information about the currently active batch.
| Name | ConstFunction0 |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryCapabilities.inl |
| Include Path | #include "Elements/Framework/TypedElementQueryCapabilities.inl" |
Columns ConstFunction0
(
SingleRowInfo,
RowHandle,
GetCurrentRow
)
ConstFunction0(RowBatchInfo, uint32, GetBatchRowCount)
Description
Returns the number of rows in the current batch. Returns an view with the rows used by this batch.
| Name | ConstFunction0 |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryCapabilities.inl |
| Include Path | #include "Elements/Framework/TypedElementQueryCapabilities.inl" |
Columns EContextCapabilityFlags::SupportsBatch ConstFunction0
(
RowBatchInfo,
uint32,
GetBatchRowCount
)