Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/ITypedElementSelectionInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsElementSelected
(
const FTypedElementHandle& InElementHandle, |
Test to see whether the given element is currently considered selected. | Elements/Interfaces/TypedElementSelectionInterface.h | |
virtual bool IsElementSelected
(
const FScriptTypedElementHandle& InElementHandle, |
Script Api Test to see whether the given element is currently considered selected. | Elements/Interfaces/TypedElementSelectionInterface.h |
|
IsElementSelected(const FTypedElementHandle &, const FTypedElementListConstPtr &, const FTypedElementIsSelectedOptions &)
Description
Test to see whether the given element is currently considered selected.
| Name | IsElementSelected |
| 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 IsElementSelected
(
const FTypedElementHandle & InElementHandle,
const FTypedElementListConstPtr & SelectionSetPtr,
const FTypedElementIsSelectedOptions & InSelectionOptions
)
IsElementSelected(const FScriptTypedElementHandle &, const FScriptTypedElementListProxy, const FTypedElementIsSelectedOptions &)
Description
Script Api Test to see whether the given element is currently considered selected.
| Name | IsElementSelected |
| 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 IsElementSelected
(
const FScriptTypedElementHandle & InElementHandle,
const FScriptTypedElementListProxy InSelectionSet,
const FTypedElementIsSelectedOptions & InSelectionOptions
)