Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
| Name | TForwardingQueryContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryContext.h |
| Include Path | #include "Elements/Framework/TypedElementQueryContext.h" |
Syntax
template<ContextCapability... CapabilityTypes>
struct TForwardingQueryContext : public UE::Editor::DataStorage::Queries::Private::TForwarder< false, CapabilityTypes... >
Inheritance Hierarchy
- TForwarder → TForwardingQueryContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Elements/Framework/TypedElementQueryContext.h | |||
TForwardingQueryContext
(
IContextContract& Contract |
TForwardingQueryContext | Elements/Framework/TypedElementQueryContext.h | |
TForwardingQueryContext
(
TQueryContext< InCapabilityTypes... > QueryContext |
Elements/Framework/TypedElementQueryContext.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Capabilities | TCapabilityStore< CapabilityTypes... > | Elements/Framework/TypedElementQueryContext.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator const IContextContract &() |
Elements/Framework/TypedElementQueryContext.h | ||
operator IContextContract &() |
Elements/Framework/TypedElementQueryContext.h |