Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
| Name | IContextContractCombinerImpl |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryContract.h |
| Include Path | #include "Elements/Framework/TypedElementQueryContract.h" |
Syntax
template<template< typename > typename Base, template< typename > typename... Bases>
struct IContextContractCombinerImpl : public Base< IContextContractCombinerImpl< Bases >... >
Inheritance Hierarchy
- Base< IContextContractCombinerImpl< Bases >... > → IContextContractCombinerImpl
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IContextContractCombinerImpl() |
Elements/Framework/TypedElementQueryContract.h |
Struct Specializations
| Name | Remarks |
|---|---|
| IContextContractCombinerImpl< Base > |