UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FreePositionSubGizmo.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6
7#include "FreePositionSubGizmo.generated.h"
8
10
16UCLASS(MinimalAPI)
18{
20
21public:
22 bool InitializeAsScreenPlaneTranslateGizmo(
25
26 // IClickDragBehaviorTarget
27 virtual void OnClickDrag(const FInputDeviceRay& DragPos) override;
28
29public:
30 // The below properties can be manipulated for more fine-grained control, but typically it is sufficient
31 // to use one of the initialization methods above.
32
34 UPROPERTY()
36};
37
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition GizmoInterfaces.h:37
Definition ScriptInterface.h:139
Definition FreePositionSubGizmo.h:18
Definition PlanePositionGizmo.h:65
Definition InputState.h:367
Definition TransformSubGizmoUtil.h:37
Definition TransformSubGizmoUtil.h:99