Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Capability to provide information about the currently active batch.
| Name | IRowBatchInfo |
| 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 IRowBatchInfo : public Base
Inheritance Hierarchy
- Base → IRowBatchInfo
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IRowBatchInfo() |
Constants
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CurrentBatchTableHasColumns
(
TConstArrayView< const UScriptStruct* > Columns |
Checks if the rows in the current batch have the requested columns. | ||
uint32 GetBatchRowCount() |
Returns the number of rows in the current batch. | ||
TConstArrayView< RowHandle > GetBatchRowHandles() |
Returns an view with the rows used by this batch. |