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