File tree 2 files changed +4
-3
lines changed
Source/UltraleapTrackingCore 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ variables:
9
9
ENGINE_PATH : " C:/Program Files/Epic Games/UE_4.27"
10
10
ENGINE_UAT_PATH : " $ENGINE_PATH/Engine/Build/BatchFiles/RunUAT.bat"
11
11
12
- ENGINE_PATH_UE5 : " C:/Program Files/Epic Games/UE_5.0 "
12
+ ENGINE_PATH_UE5 : " C:/Program Files/Epic Games/UE_5.1 "
13
13
ENGINE_UAT_PATH_UE5 : " $ENGINE_PATH_UE5/Engine/Build/BatchFiles/RunUAT.bat"
14
14
# this holds the unreal version
15
15
UNREAL_ENGINE_BUILD_VERSION_FILE : " $ENGINE_PATH/Engine/Build/Build.version"
@@ -112,7 +112,7 @@ build:build-project:
112
112
- echo $process.ExitCode
113
113
- if (-not ($process.ExitCode -eq 0)) { exit $process.ExitCode }
114
114
115
- - echo "Unreal 5.0 build complete."
115
+ - echo "Unreal 5.1 build complete."
116
116
117
117
118
118
after_script :
Original file line number Diff line number Diff line change @@ -116,7 +116,8 @@ public UltraleapTracking(ReadOnlyTargetRules Target) : base(Target)
116
116
"LiveLinkInterface" ,
117
117
"LiveLinkMessageBusFramework" ,
118
118
"BodyState" ,
119
- "PhysicsCore"
119
+ "PhysicsCore" ,
120
+ "ApplicationCore"
120
121
// ... add other public dependencies that you statically link with here ...
121
122
}
122
123
) ;
You can’t perform that action at this time.
0 commit comments