Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/ITypedElementSelectionInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FTypedElementHandle GetSelectionElement
(
const FTypedElementHandle& InElementHandle, |
Given an element, return the element that should actually perform a selection operation. | Elements/Interfaces/TypedElementSelectionInterface.h | |
virtual FScriptTypedElementHandle GetSelectionElement
(
const FScriptTypedElementHandle& InElementHandle, |
Given an element, return the element that should actually perform a selection operation. | Elements/Interfaces/TypedElementSelectionInterface.h |
|
GetSelectionElement(const FTypedElementHandle &, const FTypedElementListConstPtr &, 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/Interfaces/TypedElementSelectionInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementSelectionInterface.h" |
virtual FTypedElementHandle GetSelectionElement
(
const FTypedElementHandle & InElementHandle,
const FTypedElementListConstPtr & InCurrentSelection,
const ETypedElementSelectionMethod InSelectionMethod
)
GetSelectionElement(const FScriptTypedElementHandle &, const FScriptTypedElementListProxy, 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/Interfaces/TypedElementSelectionInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementSelectionInterface.h" |
| Source | /Engine/Source/Runtime/TypedElementRuntime/Private/Elements/Interfaces/TypedElementSelectionInterface.cpp |
UFUNCTION (BlueprintCallable, Category="TypedElementInterfaces|Selection")
virtual FScriptTypedElementHandle GetSelectionElement
(
const FScriptTypedElementHandle & InElementHandle,
const FScriptTypedElementListProxy InCurrentSelection,
const ETypedElementSelectionMethod InSelectionMethod
)