UProject opened initial assets from startup content added.

This commit is contained in:
Edward R. Gonzalez 2023-08-27 16:02:26 -04:00
parent 691fb7d697
commit 91746167f0
266 changed files with 21 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
project/study/Intermediate
*.vsconfig
**/.idea
project/study/Saved
project/study/Binaries

View File

@ -33,8 +33,10 @@ AutoStreamingThreshold=0.000000
SoundCueCookQualityIndex=-1
[/Script/HardwareTargeting.HardwareTargetingSettings]
TargetedHardwareClass=EHardwareClass::Desktop
DefaultGraphicsPerformance=EGraphicsPreset::Maximum
TargetedHardwareClass=Desktop
AppliedTargetedHardwareClass=Desktop
DefaultGraphicsPerformance=Maximum
AppliedDefaultGraphicsPerformance=Maximum
[/Script/Engine.RendererSettings]
r.GenerateMeshDistanceFields=True
@ -53,3 +55,18 @@ bAuthorizeAutomaticWidgetVariableCreation=False
+ActiveGameNameRedirects=(OldGameName="TP_Blank",NewGameName="/Script/study")
+ActiveGameNameRedirects=(OldGameName="/Script/TP_Blank",NewGameName="/Script/study")
+ActiveClassRedirects=(OldClassName="TP_BlankGameModeBase",NewClassName="studyGameModeBase")
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
bEnablePlugin=True
bAllowNetworkConnection=True
SecurityToken=CA47E97F4FC423043B9D6381DE542FB4
bIncludeInShipping=False
bAllowExternalStartInShipping=False
bCompileAFSProject=False
bUseCompression=False
bLogFiles=False
bReportStats=False
ConnectionType=USBOnly
bUseManualIPAddress=False
ManualIPAddress=

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