Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/UTypedElementSelectionSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTypedElementListRef GetNormalizedElementList
(
FTypedElementListConstRef InElementList, |
Get a normalized version of the given element list that can be used to perform operations like gizmo manipulation, deletion, copying, etc. | Elements/Framework/TypedElementSelectionSet.h | |
void GetNormalizedElementList
(
FTypedElementListConstRef InElementList, |
Elements/Framework/TypedElementSelectionSet.h |
GetNormalizedElementList(FTypedElementListConstRef, const FTypedElementSelectionNormalizationOptions)
Description
Get a normalized version of the given element list 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 | GetNormalizedElementList |
| 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 GetNormalizedElementList
(
FTypedElementListConstRef InElementList,
const FTypedElementSelectionNormalizationOptions InNormalizationOptions
) const
GetNormalizedElementList(FTypedElementListConstRef, const FTypedElementSelectionNormalizationOptions &, FTypedElementListRef)
| Name | GetNormalizedElementList |
| 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 GetNormalizedElementList
(
FTypedElementListConstRef InElementList,
const FTypedElementSelectionNormalizationOptions & InNormalizationOptions,
FTypedElementListRef OutNormalizedElements
) const