Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/UTypedElementRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TTypedElement< BaseInterfaceType > GetElement
(
const FTypedElementId& InElementId |
Get an element that implements the given interface from its minimal ID. | Elements/Framework/TypedElementRegistry.h | |
TTypedElement< BaseInterfaceType > GetElement
(
const FTypedElementHandle& InElementHandle |
Get an element that implements the given interface from its handle. | Elements/Framework/TypedElementRegistry.h | |
FTypedElement GetElement
(
const FTypedElementId& InElementId, |
Get an element that implements the given interface from its minimal ID. | Elements/Framework/TypedElementRegistry.h | |
FTypedElement GetElement
(
const FTypedElementHandle& InElementHandle, |
Get an element that implements the given interface from its handle. | Elements/Framework/TypedElementRegistry.h |
GetElement(const FTypedElementId &)
Description
Get an element that implements the given interface from its minimal ID.
| Name | GetElement |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementRegistry.h |
| Include Path | #include "Elements/Framework/TypedElementRegistry.h" |
template<typename BaseInterfaceType>
TTypedElement < BaseInterfaceType > GetElement
(
const FTypedElementId & InElementId
) const
GetElement(const FTypedElementHandle &)
Description
Get an element that implements the given interface from its handle.
| Name | GetElement |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementRegistry.h |
| Include Path | #include "Elements/Framework/TypedElementRegistry.h" |
template<typename BaseInterfaceType>
TTypedElement < BaseInterfaceType > GetElement
(
const FTypedElementHandle & InElementHandle
) const
GetElement(const FTypedElementId &, const TSubclassOf< UInterface > &)
Description
Get an element that implements the given interface from its minimal ID.
| Name | GetElement |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementRegistry.h |
| Include Path | #include "Elements/Framework/TypedElementRegistry.h" |
FTypedElement GetElement
(
const FTypedElementId & InElementId,
const TSubclassOf < UInterface > & InBaseInterfaceType
) const
GetElement(const FTypedElementHandle &, const TSubclassOf< UInterface > &)
Description
Get an element that implements the given interface from its handle.
| Name | GetElement |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementRegistry.h |
| Include Path | #include "Elements/Framework/TypedElementRegistry.h" |
FTypedElement GetElement
(
const FTypedElementHandle & InElementHandle,
const TSubclassOf < UInterface > & InBaseInterfaceType
) const