Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/IContextContractCombiner
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool ImplementsCapability () |
Work around for MSVC struggling to correctly expand fold expressions when providing the implementation for a template with templated types. | Elements/Framework/TypedElementQueryContract.h | |
static bool ImplementsCapability
(
const FName& Capability |
Elements/Framework/TypedElementQueryContract.h |
ImplementsCapability()
Description
Work around for MSVC struggling to correctly expand fold expressions when providing the implementation for a template with templated types.
| Name | ImplementsCapability |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryContract.h |
| Include Path | #include "Elements/Framework/TypedElementQueryContract.h" |
template<typename Implementation, template< typename > typename Base>
static bool ImplementsCapability()
ImplementsCapability(const FName &)
| Name | ImplementsCapability |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryContract.h |
| Include Path | #include "Elements/Framework/TypedElementQueryContract.h" |
template<typename Implementation, template< typename > typename Base>
static bool ImplementsCapability
(
const FName & Capability
)