Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Table Row Callback ConstFunction2
(
TableInfo |
Lists all the columns in a 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 ConstFunction2
(
TableManagement |
Creates a foreign key for the provided row using the table the row is stored in and the assigned domain. | ||
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 Columnsvoid const UScriptStruct ColumnType EContextCapabilityFlags::SupportsSingle EContextCapabilityFlags::SupportsBatch ConstFunction2
(
DynamicColumnInfo |
Finds the type information for a dynamic column. |
ConstFunction2(TableInfo)
Description
Lists all the columns in a table. Returns true if the table contains the requested columns, otherwise false.
| Name | ConstFunction2 |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryCapabilities.inl |
| Include Path | #include "Elements/Framework/TypedElementQueryCapabilities.inl" |
Table Row Callback ConstFunction2
(
TableInfo
)
ConstFunction2(TableManagement)
Description
Creates a foreign key for the provided row using the table the row is stored in and the assigned domain. Capability to provide information about the currently active row.
| Name | ConstFunction2 |
| 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 ConstFunction2
(
TableManagement
)
ConstFunction2(DynamicColumnInfo)
Description
Finds the type information for a dynamic column. If the dynamic column has not been generated, then return nullptr The TemplateType may be a type derived from either FColumn or FTag, anything else will return nullptr Executes the given callback for each known dynamic column that derives from the base template provided.
| Name | ConstFunction2 |
| 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 Columnsvoid const UScriptStruct ColumnType EContextCapabilityFlags::SupportsSingle EContextCapabilityFlags::SupportsBatch ConstFunction2
(
DynamicColumnInfo
)