Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
A combination of an element handle and its associated element interface.
This should be specialized for top-level element interfaces to include their interface API.
Elements auto-release on destruction.
| Name | TTypedElement |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementHandle.h |
| Include Path | #include "Elements/Framework/TypedElementHandle.h" |
Syntax
template<typename BaseInterfaceType>
struct TTypedElement : public TTypedElementBase< BaseInterfaceType >
Inheritance Hierarchy
- FTypedElementHandle → TTypedElementBase → TTypedElement