Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/UTypedElementSelectionSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RequiredClassType * GetBottomSelectedObject () |
Get the last selected object of the given type. | Elements/Framework/TypedElementSelectionSet.h | |
UObject * GetBottomSelectedObject
(
const UClass* InRequiredClass |
Get the last selected object of the given type. | Elements/Framework/TypedElementSelectionSet.h |
|
GetBottomSelectedObject()
Description
Get the last selected object of the given type.
| Name | GetBottomSelectedObject |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Framework/TypedElementSelectionSet.h |
| Include Path | #include "Elements/Framework/TypedElementSelectionSet.h" |
template<typename RequiredClassType>
RequiredClassType * GetBottomSelectedObject() const
GetBottomSelectedObject(const UClass *)
Description
Get the last selected object of the given type.
| Name | GetBottomSelectedObject |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Framework/TypedElementSelectionSet.h |
| Include Path | #include "Elements/Framework/TypedElementSelectionSet.h" |
UFUNCTION (BlueprintPure, Category="TypedElementFramework|Selection")
UObject * GetBottomSelectedObject
(
const UClass * InRequiredClass
) const