Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Table ConstFunction1
(
TableInfo |
Returns a previously registered table with the provided name or InvalidTableHandle if not found. | ||
Table Row ConstFunction1
(
TableInfo |
Lists the handles for all tables. Lists the handles for all tables of a specific type. | ||
Table Row Callback Columns ConstFunction1
(
TableInfo |
Returns various bits of information about the table. | ||
Table Row Callback Columns Callback const UScriptStructTable EContextCapabilityFlags::SupportsSingle EContextCapabilityFlags::SupportsBatch Columns EContextCapabilityFlags::SupportsSingle EContextCapabilityFlags::SupportsBatch const FName Options const FName Queries::TConstQueryFunction< FForeignKey > KeyConstructor EContextCapabilityFlags::SupportsSingle Columns EContextCapabilityFlags::SupportsBatch GetBatchRowHandles Columns ConstFunction1
(
RowBatchInfo |
Direct access to the const addresses of a column or null if not found in this query. |
ConstFunction1(TableInfo)
Description
Returns a previously registered table with the provided name or InvalidTableHandle if not found. This function will always return the registered version of the table and never any of the dynamically created variants. Finds the table the row is stored in.
| Name | ConstFunction1 |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryCapabilities.inl |
| Include Path | #include "Elements/Framework/TypedElementQueryCapabilities.inl" |
Table ConstFunction1
(
TableInfo
)
ConstFunction1(TableInfo)
Description
Lists the handles for all tables. Lists the handles for all tables of a specific type.
| Name | ConstFunction1 |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryCapabilities.inl |
| Include Path | #include "Elements/Framework/TypedElementQueryCapabilities.inl" |
Table Row ConstFunction1
(
TableInfo
)
ConstFunction1(TableInfo)
Description
Returns various bits of information about the table. Lists all rows in a table. The callback may be called multiple times, once for each chunk in the table.
| Name | ConstFunction1 |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryCapabilities.inl |
| Include Path | #include "Elements/Framework/TypedElementQueryCapabilities.inl" |
Table Row Callback Columns ConstFunction1
(
TableInfo
)
ConstFunction1(RowBatchInfo)
Description
Direct access to the const addresses of a column or null if not found in this query. Direct access to the mutable addresses of a column or null if not found in this query.
| Name | ConstFunction1 |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryCapabilities.inl |
| Include Path | #include "Elements/Framework/TypedElementQueryCapabilities.inl" |
Table Row Callback Columns Callback const UScriptStruct Table EContextCapabilityFlags::SupportsSingle EContextCapabilityFlags::SupportsBatch Columns EContextCapabilityFlags::SupportsSingle EContextCapabilityFlags::SupportsBatch const FName Options const FName Queries::TConstQueryFunction< FForeignKey > KeyConstructor EContextCapabilityFlags::SupportsSingle Columns EContextCapabilityFlags::SupportsBatch GetBatchRowHandles Columns ConstFunction1
(
RowBatchInfo
)