4 Commits

372 changed files with 11155 additions and 770 deletions

3
.gitignore vendored
View File

@@ -4,8 +4,6 @@ Intermediate
Saved
Build
Documents
Package
Cache
.vscode
.vs
*.VC.db
@@ -18,4 +16,3 @@ Cache
*.xcworkspace
.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]
UseAudioMixer=True
@@ -45,10 +38,8 @@ r.DefaultFeature.AutoExposure.Bias=0.000000
r.DefaultFeature.AutoExposure.Method=2
r.DefaultFeature.MotionBlur=False
r.TextureStreaming=False
r.AntiAliasingMethod=4
r.PostProcessAAQuality=3
r.AntiAliasingMethod=0
r.Mobile.AntiAliasing=3
r.ScreenPercentage.Default=100.000000
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
@@ -84,21 +75,9 @@ SoundCueCookQualityIndex=-1
CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet'
[/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
CustomFontDPI=96
FontDPIPreset=Unreal
bUseCustomFontDPI=False
bEnableDistanceFieldFontRasterization=False
FontDPIPreset=Standard
FontDPI=72
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
bEnablePlugin=True

View File

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

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