Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime
| Name | FTypedElementSelectionOptions |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Interfaces/TypedElementSelectionInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementSelectionInterface.h" |
Syntax
USTRUCT (BlueprintType )
struct FTypedElementSelectionOptions
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowGroups | bool | Elements/Interfaces/TypedElementSelectionInterface.h |
|
|
| bAllowHidden | bool | Elements/Interfaces/TypedElementSelectionInterface.h |
|
|
| bAllowLegacyNotifications | bool | Elements/Interfaces/TypedElementSelectionInterface.h |
|
|
| bAllowSubRootSelection | bool | Elements/Interfaces/TypedElementSelectionInterface.h |
|
|
| bWarnIfLocked | bool | Elements/Interfaces/TypedElementSelectionInterface.h |
|
|
| ChildElementInclusionMethod | ETypedElementChildInclusionMethod | Elements/Interfaces/TypedElementSelectionInterface.h |
|
|
| TEDSIntegrationSelectionSetName | FName | Elements/Interfaces/TypedElementSelectionInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AllowGroups() |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
bool AllowHidden() |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
bool AllowLegacyNotifications() |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
bool AllowSubRootSelection() |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
ETypedElementChildInclusionMethod GetChildElementInclusionMethod() |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
FName GetNameForTEDSIntegration() |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
FTypedElementSelectionOptions & SetAllowGroups
(
const bool InAllowGroups |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
FTypedElementSelectionOptions & SetAllowHidden
(
const bool InAllowHidden |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
FTypedElementSelectionOptions & SetAllowLegacyNotifications
(
const bool InAllowLegacyNotifications |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
FTypedElementSelectionOptions & SetAllowSubRootSelection
(
const bool InAllowSubRootSelectioin |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
FTypedElementSelectionOptions & SetChildElementInclusionMethod
(
const ETypedElementChildInclusionMethod InChildElementInclusionMethod |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
FTypedElementSelectionOptions & 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 | |
FTypedElementSelectionOptions & SetWarnIfLocked
(
const bool InWarnIfLocked |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
bool WarnIfLocked() |
Elements/Interfaces/TypedElementSelectionInterface.h |