![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Functions | |
| CapabilityStart (SingleRowInfo, EContextCapabilityFlags::SupportsSingle) ConstFunction1(SingleRowInfo | |
| Columns | ConstFunction0 (SingleRowInfo, RowHandle, GetCurrentRow) CapabilityEnd(SingleRowInfo) CapabilityStart(RowBatchInfo |
| Columns EContextCapabilityFlags::SupportsBatch | ConstFunction0 (RowBatchInfo, uint32, GetBatchRowCount) ConstFunction0(RowBatchInfo |
Variables | |
| bool | |
| CurrentRowHasColumns | |
| TConstArrayView< const UScriptStruct * > | TConstArrayView< const UScriptStruct * > |
| Columns EContextCapabilityFlags::SupportsBatch | TConstArrayView< RowHandle > |
| CapabilityStart | ( | SingleRowInfo | , |
| EContextCapabilityFlags::SupportsSingle | |||
| ) |
Capability to provide information about the currently active row.
| Columns EContextCapabilityFlags::SupportsBatch ConstFunction0 | ( | RowBatchInfo | , |
| uint32 | , | ||
| GetBatchRowCount | |||
| ) |
Returns the number of rows in the current batch. Returns an view with the rows used by this batch.
| Columns ConstFunction0 | ( | SingleRowInfo | , |
| RowHandle | , | ||
| GetCurrentRow | |||
| ) |
Returns the currently active row. Capability to provide information about the currently active batch.
| bool |
| CurrentRowHasColumns |
| TConstArrayView<const UScriptStruct*> TConstArrayView< const UScriptStruct * > |
| Columns EContextCapabilityFlags::SupportsBatch TConstArrayView< RowHandle > |