Skip to content

Commit ae79985

Browse files
committed
5.0
1 parent d786f0a commit ae79985

File tree

3 files changed

+49
-13
lines changed

3 files changed

+49
-13
lines changed

Config/DefaultEngine.ini

+14
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,17 @@ AppliedDefaultGraphicsPerformance=Maximum
3232
[/Script/Engine.RendererSettings]
3333
r.AllowStaticLighting=False
3434

35+
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
36+
bEnablePlugin=True
37+
bAllowNetworkConnection=True
38+
SecurityToken=31557ECC48E9AFF65003F395925C0D21
39+
bIncludeInShipping=False
40+
bAllowExternalStartInShipping=False
41+
bCompileAFSProject=False
42+
bUseCompression=False
43+
bLogFiles=False
44+
bReportStats=False
45+
ConnectionType=USBOnly
46+
bUseManualIPAddress=False
47+
ManualIPAddress=
48+

Config/HoloLens/HoloLensEngine.ini

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
3+
[/Script/HoloLensPlatformEditor.HoloLensTargetSettings]
4+
bBuildForEmulation=False
5+
bBuildForDevice=True
6+
bUseNameForLogo=True
7+
bBuildForRetailWindowsStore=False
8+
bAutoIncrementVersion=False
9+
bShouldCreateAppInstaller=False
10+
AppInstallerInstallationURL=
11+
HoursBetweenUpdateChecks=0
12+
bEnablePIXProfiling=False
13+
TileBackgroundColor=(B=64,G=0,R=0,A=255)
14+
SplashScreenBackgroundColor=(B=64,G=0,R=0,A=255)
15+
+PerCultureResources=(CultureId="",Strings=(PackageDisplayName="",PublisherDisplayName="",PackageDescription="",ApplicationDisplayName="",ApplicationDescription=""),Images=())
16+
TargetDeviceFamily=Windows.Holographic
17+
MinimumPlatformVersion=
18+
MaximumPlatformVersionTested=10.0.19041.0
19+
MaxTrianglesPerCubicMeter=500.000000
20+
SpatialMeshingVolumeSize=20.000000
21+
CompilerVersion=Default
22+
Windows10SDKVersion=10.0.18362.0
23+
+CapabilityList=internetClientServer
24+
+CapabilityList=privateNetworkClientServer
25+
+Uap2CapabilityList=spatialPerception
26+
bSetDefaultCapabilities=False
27+
SpatializationPlugin=
28+
ReverbPlugin=
29+
OcclusionPlugin=
30+
SoundCueCookQualityIndex=-1
31+

FlowSolo.uproject

+4-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"FileVersion": 3,
3-
"EngineAssociation": "4.26",
3+
"EngineAssociation": "5.0",
44
"Category": "",
55
"Description": "",
66
"Modules": [
@@ -20,20 +20,11 @@
2020
"Enabled": true
2121
},
2222
{
23-
"Name": "OculusVR",
24-
"Enabled": false,
23+
"Name": "Bridge",
24+
"Enabled": true,
2525
"SupportedTargetPlatforms": [
26-
"Win32",
27-
"Win64",
28-
"Android"
29-
]
30-
},
31-
{
32-
"Name": "SteamVR",
33-
"Enabled": false,
34-
"SupportedTargetPlatforms": [
35-
"Win32",
3626
"Win64",
27+
"Mac",
3728
"Linux"
3829
]
3930
}

0 commit comments

Comments
 (0)