6 Commits

361 changed files with 11144 additions and 751 deletions

3
.gitignore vendored
View File

@@ -4,8 +4,6 @@ Intermediate
Saved Saved
Build Build
Documents Documents
Package
Cache
.vscode .vscode
.vs .vs
*.VC.db *.VC.db
@@ -18,4 +16,3 @@ Cache
*.xcworkspace *.xcworkspace
.idea/ .idea/
Releases

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -1,11 +1,4 @@
[DevOptions.Shaders]
NeedsShaderStableKeys=true
[ShaderPipelineCache]
r.ShaderPipelineCache.Enabled=1
r.ShaderPipelineCache.PrecompileOnLoad=1
r.ShaderPipelineCache.LogLevel=1
r.ShaderPipelineCache.SaveUserCache=true
[Audio] [Audio]
UseAudioMixer=True UseAudioMixer=True
@@ -45,10 +38,8 @@ r.DefaultFeature.AutoExposure.Bias=0.000000
r.DefaultFeature.AutoExposure.Method=2 r.DefaultFeature.AutoExposure.Method=2
r.DefaultFeature.MotionBlur=False r.DefaultFeature.MotionBlur=False
r.TextureStreaming=False r.TextureStreaming=False
r.AntiAliasingMethod=4 r.AntiAliasingMethod=0
r.PostProcessAAQuality=3
r.Mobile.AntiAliasing=3 r.Mobile.AntiAliasing=3
r.ScreenPercentage.Default=100.000000
[/Script/WindowsTargetPlatform.WindowsTargetSettings] [/Script/WindowsTargetPlatform.WindowsTargetSettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
@@ -84,21 +75,9 @@ SoundCueCookQualityIndex=-1
CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet' CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet'
[/Script/Engine.UserInterfaceSettings] [/Script/Engine.UserInterfaceSettings]
RenderFocusRule=NavigationOnly
HardwareCursors=()
SoftwareCursors=()
ApplicationScale=1.000000
UIScaleRule=ShortestSide
CustomScalingRuleClass=None
UIScaleCurve=(EditorCurveData=(Keys=((Time=480.000000,Value=0.444000),(Time=720.000000,Value=0.666000),(Time=1080.000000,Value=1.000000),(Time=8640.000000,Value=8.000000)),DefaultValue=340282346638528859811704183484516925440.000000,PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant),ExternalCurve=None)
bAllowHighDPIInGameMode=True
DesignScreenSize=(X=3840,Y=2160)
bLoadWidgetsOnDedicatedServer=True
bAuthorizeAutomaticWidgetVariableCreation=False bAuthorizeAutomaticWidgetVariableCreation=False
CustomFontDPI=96 FontDPIPreset=Standard
FontDPIPreset=Unreal FontDPI=72
bUseCustomFontDPI=False
bEnableDistanceFieldFontRasterization=False
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings] [/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
bEnablePlugin=True bEnablePlugin=True

View File

@@ -8,8 +8,4 @@ bAddPacks=True
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent") InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
[SectionsToSave] [SectionsToSave]
+Section=StartupActions +Section=StartupActions
[/Script/UnrealEd.ProjectPackagingSettings]
bShareMaterialShaderCode=True
bSharedMaterialNativeLibraries=True

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More