![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TypedElementQueryFunctionArgumentTypes.h>
Public Member Functions | |
| TBatch ()=default | |
| TArrayView< T > | GetView (int32 BatchSize) |
| T * | GetData () |
| const T * | GetData () const |
Friends | |
| template<typename... Args> | |
| struct | Private::TArgumentInfo |
Storage for batch of objects used in a query. Batches provide the following guarantees:
|
default |
|
inline |
Returns a pointer to the stored column.
|
inline |
Returns a pointer to the stored column.
|
inline |
Provides direct access to the stored objects.