Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/UTypedElementSelectionSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AllowSelectionModifiers
(
const FTypedElementHandle& InElementHandle |
Test to see whether selection modifiers (Ctrl or Shift) are allowed while selecting this element. | Elements/Framework/TypedElementSelectionSet.h | |
bool AllowSelectionModifiers
(
const FScriptTypedElementHandle& InElementHandle |
Test to see whether selection modifiers (Ctrl or Shift) are allowed while selecting this element. | Elements/Framework/TypedElementSelectionSet.h |
|
AllowSelectionModifiers(const FTypedElementHandle &)
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/Framework/TypedElementSelectionSet.h |
| Include Path | #include "Elements/Framework/TypedElementSelectionSet.h" |
| Source | /Engine/Source/Runtime/TypedElementRuntime/Private/Elements/Framework/TypedElementSelectionSet.cpp |
bool AllowSelectionModifiers
(
const FTypedElementHandle & InElementHandle
) const
AllowSelectionModifiers(const FScriptTypedElementHandle &)
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/Framework/TypedElementSelectionSet.h |
| Include Path | #include "Elements/Framework/TypedElementSelectionSet.h" |
| Source | /Engine/Source/Runtime/TypedElementRuntime/Private/Elements/Framework/TypedElementSelectionSet.cpp |
UFUNCTION (BlueprintPure, Category="TypedElementFramework|Selection")
bool AllowSelectionModifiers
(
const FScriptTypedElementHandle & InElementHandle
) const