Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime
| Name | FTypedElementIsSelectedOptions |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Interfaces/TypedElementSelectionInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementSelectionInterface.h" |
Syntax
USTRUCT (BlueprintType )
struct FTypedElementIsSelectedOptions
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowIndirect | bool | Elements/Interfaces/TypedElementSelectionInterface.h |
|
|
| TEDSIntegrationSelectionSetName | FName | Elements/Interfaces/TypedElementSelectionInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AllowIndirect() |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
FName GetNameForTEDSIntegration() |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
FTypedElementIsSelectedOptions & SetAllowIndirect
(
const bool InAllowIndirect |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
FTypedElementIsSelectedOptions & SetNameForTEDSIntegration
(
const FName& InTEDSIntegrationSelectionSetName |
Set the selection set name that will be passed into the selection column in TEDS (if it is enabled) | Elements/Interfaces/TypedElementSelectionInterface.h |