Choose your operating system:
Windows
macOS
Linux
Actions
Delete Normalized Elements |
Delete any elements from the given list that can be deleted. Note: This list should have been pre-normalized via UTypedElementSelectionSet::GetNormalizedSelection or UTypedElementSelectionSet::GetNormalizedElementList. Target is Typed Element Common Actions |
Delete Selected Elements |
Delete any elements from the given selection set that can be deleted. Note: Internally this just calls DeleteNormalizedElements on the result of UTypedElementSelectionSet::GetNormalizedSelection. Target is Typed Element Common Actions |
Duplicate Normalized Elements |
Duplicate any elements from the given list that can be duplicated. Note: This list should have been pre-normalized via UTypedElementSelectionSet::GetNormalizedSelection or UTypedElementSelectionSet::GetNormalizedElementList. Target is Typed Element Common Actions |
Duplicate Selected Elements |
Duplicate any elements from the given selection set that can be duplicated. Note: Internally this just calls DuplicateNormalizedElements on the result of UTypedElementSelectionSet::GetNormalizedSelection. Target is Typed Element Common Actions |