Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/ITypedElementSelectionInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool SelectElement
(
const FTypedElementHandle& InElementHandle, |
Attempt to select the given element. | Elements/Interfaces/TypedElementSelectionInterface.h | |
virtual bool SelectElement
(
const FScriptTypedElementHandle& InElementHandle, |
Attempt to select the given element. | Elements/Interfaces/TypedElementSelectionInterface.h |
|
SelectElement(const FTypedElementHandle &, const FTypedElementListPtr &, const FTypedElementSelectionOptions &)
Description
Attempt to select the given element.
| Name | SelectElement |
| 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 |
virtual bool SelectElement
(
const FTypedElementHandle & InElementHandle,
const FTypedElementListPtr & InSelectionSet,
const FTypedElementSelectionOptions & InSelectionOptions
)
True if the selection was changed, false otherwise.
SelectElement(const FScriptTypedElementHandle &, FScriptTypedElementListProxy, const FTypedElementSelectionOptions &)
Description
Attempt to select the given element.
| Name | SelectElement |
| 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 bool SelectElement
(
const FScriptTypedElementHandle & InElementHandle,
FScriptTypedElementListProxy InSelectionSet,
const FTypedElementSelectionOptions & InSelectionOptions
)
True if the selection was changed, false otherwise.