Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/UTypedElementSelectionSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SelectElement
(
const FTypedElementHandle& InElementHandle, |
Attempt to select the given element. | Elements/Framework/TypedElementSelectionSet.h | |
bool SelectElement
(
const FScriptTypedElementHandle& InElementHandle, |
Attempt to select the given element. | Elements/Framework/TypedElementSelectionSet.h |
|
SelectElement(const FTypedElementHandle &, const FTypedElementSelectionOptions)
Description
Attempt to select the given element.
| Name | SelectElement |
| 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 |
bool SelectElement
(
const FTypedElementHandle & InElementHandle,
const FTypedElementSelectionOptions InSelectionOptions
)
True if the selection was changed, false otherwise.
SelectElement(const FScriptTypedElementHandle &, const FTypedElementSelectionOptions)
Description
Attempt to select the given element.
| Name | SelectElement |
| 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 (BlueprintCallable, Category="TypedElementFramework|Selection")
bool SelectElement
(
const FScriptTypedElementHandle & InElementHandle,
const FTypedElementSelectionOptions InSelectionOptions
)
True if the selection was changed, false otherwise.