File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Build=IfProjectHasCode
1414BuildConfiguration =PPBC_Development
1515BuildTarget =
1616StagingDirectory =(Path =" C:/Users/developer/Desktop/beta-4g" )
17- FullRebuild =True
17+ FullRebuild =False
1818ForDistribution =True
1919IncludeDebugFiles =False
2020BlueprintNativizationMethod =Disabled
Original file line number Diff line number Diff line change 1717 {
1818 "Name": "AirSim",
1919 "Enabled": true
20+ },
21+ {
22+ "Name": "SteamVR",
23+ "Enabled": false,
24+ "SupportedTargetPlatforms": [
25+ "Win32",
26+ "Win64",
27+ "Linux",
28+ "Mac"
29+ ]
30+ },
31+ {
32+ "Name": "OculusVR",
33+ "Enabled": false,
34+ "SupportedTargetPlatforms": [
35+ "Win32",
36+ "Win64",
37+ "Android"
38+ ]
2039 }
2140 ]
2241}
Original file line number Diff line number Diff line change 1717#include " Kismet/KismetStringLibrary.h"
1818#include " Engine/World.h"
1919
20+ #include " Modules/ModuleManager.h"
2021#include " Runtime/Landscape/Classes/LandscapeComponent.h"
2122#include " common/AirSimSettings.hpp"
2223#include < string>
You can’t perform that action at this time.
0 commit comments