Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/UTypedElementSelectionSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTypedElementHandle GetSelectionElement
(
const FTypedElementHandle& InElementHandle, |
Given an element, return the element that should actually perform a selection operation. | Elements/Framework/TypedElementSelectionSet.h | |
FScriptTypedElementHandle GetSelectionElement
(
const FScriptTypedElementHandle& InElementHandle, |
Given an element, return the element that should actually perform a selection operation. | Elements/Framework/TypedElementSelectionSet.h |
|
GetSelectionElement(const FTypedElementHandle &, const ETypedElementSelectionMethod)
Description
Given an element, return the element that should actually perform a selection operation.
| Name | GetSelectionElement |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Framework/TypedElementSelectionSet.h |
| Include Path | #include "Elements/Framework/TypedElementSelectionSet.h" |
| Source | /Engine/Source/Runtime/TypedElementRuntime/Private/Elements/Framework/TypedElementSelectionSet.cpp |
FTypedElementHandle GetSelectionElement
(
const FTypedElementHandle & InElementHandle,
const ETypedElementSelectionMethod InSelectionMethod
) const
GetSelectionElement(const FScriptTypedElementHandle &, const ETypedElementSelectionMethod)
Description
Given an element, return the element that should actually perform a selection operation.
| Name | GetSelectionElement |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Framework/TypedElementSelectionSet.h |
| Include Path | #include "Elements/Framework/TypedElementSelectionSet.h" |
| Source | /Engine/Source/Runtime/TypedElementRuntime/Private/Elements/Framework/TypedElementSelectionSet.cpp |
UFUNCTION (BlueprintPure, Category="TypedElementFramework|Selection")
FScriptTypedElementHandle GetSelectionElement
(
const FScriptTypedElementHandle & InElementHandle,
const ETypedElementSelectionMethod InSelectionMethod
) const