UE4-SpaceMouse
UE4-SpaceMouse copied to clipboard
how do i save my settings in editor preference? i change the rotation curves. urs is just linear. it needs a curve starting from 0 otherwise its too abrupt
can i change it in the engine folder?
this should be default settings for clean installation
[/Script/SpaceMouse.SpaceMouseConfig]
MovementSecondsTolerance=0.000000
RotationCurve=(EditorCurveData=(Keys=((),(InterpMode=RCIM_Cubic,Time=0.277428,Value=0.073200,ArriveTangent=1.000000,LeaveTangent=1.000000),(Time=1.000000,Value=1.000000)),DefaultValue=340282346638528859811704183484516925440.000000,PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant),ExternalCurve=None)
TranslationCurve=(EditorCurveData=(Keys=((),(InterpMode=RCIM_Cubic,Time=0.287320,Value=0.080534,ArriveTangent=1.000000,LeaveTangent=1.000000),(Time=1.000000,Value=1.000000)),DefaultValue=340282346638528859811704183484516925440.000000,PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant),ExternalCurve=None)
TranslationUnitsPerSec=3000.000000
MovementSecondsTolerance=1.0
is the default, and should stay as such. I agree configuration could be placed in Editor instead of Project that was a bad past mistake of mine.