Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Description
Returns whether a column matches the requested type or not. This version only applies to current row. This version is faster than querying for an arbitrary row.
Checks if the rows in the current batch have the requested columns.
| Name | DeprecatedFunction |
| 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 DeprecatedFunction
(
5. 8,
"Use CurrentTableHasColumns instead. Make sure to add CurrentTableInfo to the query's context capabilities."
)