Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
| Name | FContextRowHandleColumnsFunction |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryBuilder.inl |
| Include Path | #include "Elements/Framework/TypedElementQueryBuilder.inl" |
Syntax
template<SourceQueryContext SourceContext, bool ValidateColumns, typename TargetContext, typename RowHandleType, typename... Args>
struct FContextRowHandleColumnsFunction :
public UE::Editor::DataStorage::Queries::Private::FFunctionColumnInfo< SourceContext, ValidateColumns, Args... > ,
public UE::Editor::DataStorage::Queries::Private::FContextInfo< SourceContext, TargetContext >
Inheritance Hierarchy
- FContextInfo → FContextRowHandleColumnsFunction
- FFunctionColumnInfo → FContextRowHandleColumnsFunction
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContextRowHandleColumnsFunction
(
const FQueryDescription& Description, |
Typedefs
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Call
(
SourceContext& Context, |