Skip to content

Commit 3344f14

Browse files
committed
Some updates; add kinedriver; fix endcanvaspanels
1 parent aebcfe0 commit 3344f14

File tree

47 files changed

+959
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+959
-50
lines changed

Binaries/Win64/EndEditor.target

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,14 @@
283283
"Path": "$(ProjectDir)/Plugins/BonamikPlugin/Binaries/Win64/UE4Editor-BonamikRt.pdb",
284284
"Type": "SymbolFile"
285285
},
286+
{
287+
"Path": "$(ProjectDir)/Plugins/BonamikPlugin/Binaries/Win64/UE4Editor-BonamikEd.dll",
288+
"Type": "DynamicLibrary"
289+
},
290+
{
291+
"Path": "$(ProjectDir)/Plugins/BonamikPlugin/Binaries/Win64/UE4Editor-BonamikEd.pdb",
292+
"Type": "SymbolFile"
293+
},
286294
{
287295
"Path": "$(ProjectDir)/Plugins/SQEXSEAD/Binaries/Win64/UE4Editor-SQEXSEAD.dll",
288296
"Type": "DynamicLibrary"
@@ -343,6 +351,14 @@
343351
"Path": "$(ProjectDir)/Plugins/KBDPlugins/Binaries/Win64/UE4Editor-KBDRt.pdb",
344352
"Type": "SymbolFile"
345353
},
354+
{
355+
"Path": "$(ProjectDir)/Plugins/KBDPlugins/Binaries/Win64/UE4Editor-KBDEd.dll",
356+
"Type": "DynamicLibrary"
357+
},
358+
{
359+
"Path": "$(ProjectDir)/Plugins/KBDPlugins/Binaries/Win64/UE4Editor-KBDEd.pdb",
360+
"Type": "SymbolFile"
361+
},
346362
{
347363
"Path": "$(ProjectDir)/Plugins/KineDriverPlugin/Binaries/Win64/UE4Editor-KineDriverRt.dll",
348364
"Type": "DynamicLibrary"
@@ -351,6 +367,14 @@
351367
"Path": "$(ProjectDir)/Plugins/KineDriverPlugin/Binaries/Win64/UE4Editor-KineDriverRt.pdb",
352368
"Type": "SymbolFile"
353369
},
370+
{
371+
"Path": "$(ProjectDir)/Plugins/KineDriverPlugin/Binaries/Win64/UE4Editor-KineDriverEd.dll",
372+
"Type": "DynamicLibrary"
373+
},
374+
{
375+
"Path": "$(ProjectDir)/Plugins/KineDriverPlugin/Binaries/Win64/UE4Editor-KineDriverEd.pdb",
376+
"Type": "SymbolFile"
377+
},
354378
{
355379
"Path": "$(EngineDir)/Plugins/2D/Paper2D/Binaries/Win64/UE4Editor-Paper2D.dll",
356380
"Type": "DynamicLibrary"
@@ -2613,6 +2637,10 @@
26132637
"Path": "$(ProjectDir)/Plugins/HappySadFaceLipSync/HappySadFaceLipSync.uplugin",
26142638
"Type": "UFS"
26152639
},
2640+
{
2641+
"Path": "$(ProjectDir)/Mods/test1/test1.uplugin",
2642+
"Type": "UFS"
2643+
},
26162644
{
26172645
"Path": "$(EngineDir)/Plugins/AI/EnvironmentQueryEditor/EnvironmentQueryEditor.uplugin",
26182646
"Type": "UFS"
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Binaries/Win64/steam_appid.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2909400

End.uproject

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,6 @@
435435
"Enabled": true
436436
}
437437
],
438-
"AdditionalPluginDirectories": [
439-
"Mods"
440-
],
441438
"TargetPlatforms": [
442439
"PS5",
443440
"WindowsNoEditor",
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)