Navigation
API > API/Editor > API/Editor/EditorFramework > API/Editor/EditorFramework/UEditorElementSubsystem
Description
Return only the manipulatable elements from a selection list. Require a editor normalized selection list to behave like the editor selection Note: A manipulable element is a element that would be move when manipulating the gizmo in the editor
| Name | GetEditorManipulableElements |
| Type | function |
| Header File | /Engine/Source/Editor/EditorFramework/Public/Subsystems/EditorElementSubsystem.h |
| Include Path | #include "Subsystems/EditorElementSubsystem.h" |
| Source | /Engine/Source/Editor/EditorFramework/Private/Subsystems/EditorElementSubsystem.cpp |
static FTypedElementListRef GetEditorManipulableElements
(
const FTypedElementListRef & NormalizedSelection,
UE::Widget::EWidgetMode InManipulationType,
UWorld * InRequiredWorld
)