Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/ITypedElementSelectionInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AllowSelectionModifiers
(
const FTypedElementHandle& InElementHandle, |
Test to see whether selection modifiers (Ctrl or Shift) are allowed while selecting this element. | Elements/Interfaces/TypedElementSelectionInterface.h | |
virtual bool AllowSelectionModifiers
(
const FScriptTypedElementHandle& InElementHandle, |
Test to see whether selection modifiers (Ctrl or Shift) are allowed while selecting this element. | Elements/Interfaces/TypedElementSelectionInterface.h |
|
AllowSelectionModifiers(const FTypedElementHandle &, const FTypedElementListConstPtr &)
Description
Test to see whether selection modifiers (Ctrl or Shift) are allowed while selecting this element.
| Name | AllowSelectionModifiers |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Interfaces/TypedElementSelectionInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementSelectionInterface.h" |
virtual bool AllowSelectionModifiers
(
const FTypedElementHandle & InElementHandle,
const FTypedElementListConstPtr & InSelectionSet
)
AllowSelectionModifiers(const FScriptTypedElementHandle &, const FScriptTypedElementListProxy)
Description
Test to see whether selection modifiers (Ctrl or Shift) are allowed while selecting this element.
| Name | AllowSelectionModifiers |
| 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 AllowSelectionModifiers
(
const FScriptTypedElementHandle & InElementHandle,
const FScriptTypedElementListProxy InSelectionSet
)