Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
| Name | FContextColumnsFunction |
| 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... Args>
struct FContextColumnsFunction :
public UE::Editor::DataStorage::Queries::Private::FFunctionColumnInfo< SourceContext, ValidateColumns, Args... > ,
public UE::Editor::DataStorage::Queries::Private::FContextInfo< SourceContext, TargetContext >
Inheritance Hierarchy
- FFunctionColumnInfo → FContextColumnsFunction
- FContextInfo → FContextColumnsFunction
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContextColumnsFunction
(
const FQueryDescription& Description, |
Typedefs
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Call
(
SourceContext& Context, |