Navigation
API > API/Editor > API/Editor/LevelEditor
| Name | FComponentElementLevelEditorViewportInteractionCustomization |
| Type | class |
| Header File | /Engine/Source/Editor/LevelEditor/Public/Elements/Component/ComponentElementLevelEditorViewportInteractionCustomization.h |
| Include Path | #include "Elements/Component/ComponentElementLevelEditorViewportInteractionCustomization.h" |
Syntax
class FComponentElementLevelEditorViewportInteractionCustomization :
public FComponentElementEditorViewportInteractionCustomization,
public FTypedElementAssetEditorLevelEditorViewportClientMixin
Inheritance Hierarchy
- FTypedElementAssetEditorToolkitHostMixin → FTypedElementViewportInteractionCustomization → FComponentElementEditorViewportInteractionCustomization → FComponentElementLevelEditorViewportInteractionCustomization
- FTypedElementAssetEditorLevelEditorViewportClientMixin → FComponentElementLevelEditorViewportInteractionCustomization
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GizmoManipulationDeltaUpdate
(
const TTypedElement< ITypedElementWorldInterface >& InElementWorldHandle, |
Elements/Component/ComponentElementLevelEditorViewportInteractionCustomization.h | ||
virtual void GizmoManipulationStarted
(
const TTypedElement< ITypedElementWorldInterface >& InElementWorldHandle, |
Elements/Component/ComponentElementLevelEditorViewportInteractionCustomization.h | ||
virtual void GizmoManipulationStopped
(
const TTypedElement< ITypedElementWorldInterface >& InElementWorldHandle, |
Elements/Component/ComponentElementLevelEditorViewportInteractionCustomization.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FProperty * GetEditTransformProperty
(
const UE::Widget::EWidgetMode InWidgetMode |
Elements/Component/ComponentElementLevelEditorViewportInteractionCustomization.h | ||
static void ValidateScale
(
const FVector& InOriginalPreDragScale, |
Elements/Component/ComponentElementLevelEditorViewportInteractionCustomization.h |