9#include "FreeRotationSubGizmo.generated.h"
35 bool InitializeAsRotationGizmo(
76 virtual void Setup()
override;
78 virtual void Tick(
float DeltaTime)
override;
85 virtual void OnTerminateDragSequence()
override;
91 virtual void OnEndHover()
override;
122 bool bInInteraction =
false;
123 bool bShowSphereBoundsDuringInteraction =
true;
125 FVector LastSphereIntersectionPoint;
126 double InteractionSphereRadius = 0;
130 double UnscaledSphereRadius = 100;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
return true
Definition ExternalRpcRegistry.cpp:601
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition BehaviorTargetInterfaces.h:91
Definition GizmoInterfaces.h:64
Definition GizmoInterfaces.h:108
Definition GizmoInterfaces.h:272
Definition BehaviorTargetInterfaces.h:230
Definition ToolContextInterfaces.h:427
Definition ScriptInterface.h:139
Definition FunctionFwd.h:19
Definition FreeRotationSubGizmo.h:28
void SetShowSphereBoundsDuringInteraction(bool bOn)
Definition FreeRotationSubGizmo.h:73
void SetUnscaledSphereRadius(double Radius)
Definition FreeRotationSubGizmo.h:67
Definition GizmoViewContext.h:20
Definition InteractiveGizmo.h:29
Definition FreeRotationSubGizmo.h:18
@ false
Definition radaudio_common.h:23
Definition ObjectPtr.h:488