Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Class fragments used to composite a context. A query context is created by combining various context capabilities together. Users can request a query context being created with one or more of these capabilities and based on the requested capabilities they get connected with an implementation. Each capability represents a subset of functionality of TEDS such as access to column data, creating new rows or access to subqueries.
| Name | IContextCapability |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryCapabilities.h |
| Include Path | #include "Elements/Framework/TypedElementQueryCapabilities.h" |
Syntax
struct IContextCapability
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IContextCapability() |
Elements/Framework/TypedElementQueryCapabilities.h |