Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/UTypedElementSelectionSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TTypedElement< BaseInterfaceType > GetBottomSelectedElement () |
Get the last selected element implementing the given interface. | Elements/Framework/TypedElementSelectionSet.h | |
TTypedElement< BaseInterfaceType > GetBottomSelectedElement
(
TFunctionRef< bool(const TTypedElement< BaseInterfaceType >&)> Predicate |
Get the last element that implement the given interface and pass the predicate. | Elements/Framework/TypedElementSelectionSet.h |
GetBottomSelectedElement()
Description
Get the last selected element implementing the given interface.
| Name | GetBottomSelectedElement |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Framework/TypedElementSelectionSet.h |
| Include Path | #include "Elements/Framework/TypedElementSelectionSet.h" |
template<typename BaseInterfaceType>
TTypedElement < BaseInterfaceType > GetBottomSelectedElement() const
GetBottomSelectedElement(TFunctionRef< bool(const TTypedElement< BaseInterfaceType > &)>)
Description
Get the last element that implement the given interface and pass the predicate. @Predicate A function that return should true when the element is desirable
| Name | GetBottomSelectedElement |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Framework/TypedElementSelectionSet.h |
| Include Path | #include "Elements/Framework/TypedElementSelectionSet.h" |
template<typename BaseInterfaceType>
TTypedElement < BaseInterfaceType > GetBottomSelectedElement
(
TFunctionRef < bool< BaseInterfaceType > &)> Predicate
) const