Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/UTypedElementSelectionSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTypedElementListRef GetNormalizedSelection
(
const FTypedElementSelectionNormalizationOptions InNormalizationOptions |
Get a normalized version of this selection set that can be used to perform operations like gizmo manipulation, deletion, copying, etc. | Elements/Framework/TypedElementSelectionSet.h | |
void GetNormalizedSelection
(
const FTypedElementSelectionNormalizationOptions& InNormalizationOptions, |
Elements/Framework/TypedElementSelectionSet.h |
GetNormalizedSelection(const FTypedElementSelectionNormalizationOptions)
Description
Get a normalized version of this selection set that can be used to perform operations like gizmo manipulation, deletion, copying, etc. This will do things like expand out groups, and resolve any parent<->child elements so that duplication operations aren't performed on both the parent and the child.
| Name | GetNormalizedSelection |
| 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 |
FTypedElementListRef GetNormalizedSelection
(
const FTypedElementSelectionNormalizationOptions InNormalizationOptions
) const
GetNormalizedSelection(const FTypedElementSelectionNormalizationOptions &, FTypedElementListRef)
| Name | GetNormalizedSelection |
| 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 |
void GetNormalizedSelection
(
const FTypedElementSelectionNormalizationOptions & InNormalizationOptions,
FTypedElementListRef OutNormalizedElements
) const