Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime
| Name | FTypedElementSelectionNormalizationOptions |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Framework/TypedElementSelectionSet.h |
| Include Path | #include "Elements/Framework/TypedElementSelectionSet.h" |
Syntax
USTRUCT (BlueprintType )
struct FTypedElementSelectionNormalizationOptions
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bExpandGroups | bool | Elements/Framework/TypedElementSelectionSet.h |
|
|
| bFollowAttachment | bool | Elements/Framework/TypedElementSelectionSet.h |
|
|
| TEDSIntegrationSelectionSetName | FName | Elements/Framework/TypedElementSelectionSet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ExpandGroups() |
Elements/Framework/TypedElementSelectionSet.h | ||
bool FollowAttachment() |
Elements/Framework/TypedElementSelectionSet.h | ||
FName GetNameForTEDSIntegration() |
Elements/Framework/TypedElementSelectionSet.h | ||
FTypedElementSelectionNormalizationOptions & SetExpandGroups
(
const bool InExpandGroups |
Elements/Framework/TypedElementSelectionSet.h | ||
FTypedElementSelectionNormalizationOptions & SetFollowAttachment
(
const bool InFollowAttachment |
Elements/Framework/TypedElementSelectionSet.h | ||
FTypedElementSelectionNormalizationOptions & SetNameForTEDSIntegration
(
const FName& InTEDSIntegrationSelectionSetName |
Set the selection set name that will be passed into the selection column in TEDS (if it is enabled) | Elements/Framework/TypedElementSelectionSet.h |