Upgraded to Unreal Engine 5

main
Benjamin Kraft 1 year ago
parent 3210f2c119
commit 2b05bed655
  1. 4
      .gitignore
  2. 13
      .idea/.idea.PBDRobotics.dir/.idea/.gitignore
  3. 1
      .idea/.idea.PBDRobotics.dir/.idea/.name
  4. 4
      .idea/.idea.PBDRobotics.dir/.idea/encodings.xml
  5. 8
      .idea/.idea.PBDRobotics.dir/.idea/indexLayout.xml
  6. 6
      .idea/.idea.PBDRobotics.dir/.idea/vcs.xml
  7. 7
      .ignore
  8. 15
      Config/DefaultEngine.ini
  9. 9
      Config/DefaultInput.ini
  10. BIN
      Content/Levels/Main.umap
  11. 2
      PBDRobotics.uproject

4
.gitignore vendored

@ -178,3 +178,7 @@ Plugins/**/Intermediate/*
# Don't ignore obj-Models
!Content/**/*.obj
.vscode
PBDRobotics.code-workspace
Makefile

@ -0,0 +1,13 @@
# Default ignored files
/shelf/
/workspace.xml
# Rider ignored files
/.idea.PBDRobotics.iml
/contentModel.xml
/projectSettingsUpdater.xml
/modules.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
</project>

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="UserContentModel">
<attachedFolders />
<explicitIncludes />
<explicitExcludes />
</component>
</project>

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

@ -0,0 +1,7 @@
.git
DerivedDataCache
.vscode
Saved
.idea
Intermediate
Content

@ -25,3 +25,18 @@ r.DefaultFeature.AutoExposure=False
+PropertyRedirects=(OldName="/Script/PBDRobotics.Joint.PrevLink",NewName="/Script/PBDRobotics.Joint.FirstLink")
+PropertyRedirects=(OldName="/Script/PBDRobotics.Joint.NextLink",NewName="/Script/PBDRobotics.Joint.SecondLink")
+PropertyRedirects=(OldName="/Script/PBDRobotics.Robot.Parts",NewName="/Script/PBDRobotics.Robot.Links")
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
bEnablePlugin=True
bAllowNetworkConnection=True
SecurityToken=B96A377D4A814794AF857B84F9E515CE
bIncludeInShipping=False
bAllowExternalStartInShipping=False
bCompileAFSProject=False
bUseCompression=False
bLogFiles=False
bReportStats=False
ConnectionType=USBOnly
bUseManualIPAddress=False
ManualIPAddress=

@ -69,6 +69,11 @@ bUseMouseForTouch=False
bEnableMouseSmoothing=True
bEnableFOVScaling=True
bCaptureMouseOnLaunch=True
bEnableLegacyInputScales=True
bEnableMotionControls=True
bFilterInputByPlatformUser=False
bShouldFlushPressedKeysOnViewportFocusLost=True
bEnableDynamicComponentInputBinding=True
bAlwaysShowTouchInterface=False
bShowConsoleOnFourFingerTap=True
bEnableGestureRecognizer=False
@ -87,8 +92,8 @@ DoubleClickTime=0.200000
+AxisMappings=(AxisName="MoveVertical",Scale=-1.000000,Key=E)
+AxisMappings=(AxisName="MoveDepth",Scale=1.000000,Key=W)
+AxisMappings=(AxisName="MoveDepth",Scale=-1.000000,Key=S)
DefaultPlayerInputClass=/Script/Engine.PlayerInput
DefaultInputComponentClass=/Script/Engine.InputComponent
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
-ConsoleKeys=Tilde
+ConsoleKeys=Tilde

Binary file not shown.

@ -1,6 +1,6 @@
{
"FileVersion": 3,
"EngineAssociation": "4.27",
"EngineAssociation": "3504FA5B-E061-4D4A-B028-4928A7E20A30",
"Category": "",
"Description": "",
"Modules": [

Loading…
Cancel
Save