File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1138,6 +1138,7 @@ copy "$(SolutionDir)$(PlatformName)\$(ConfigurationName)\$(ProjectName).pdb" "F:
11381138 <ClInclude Include =" D:\Spill\UE_5.2\Engine\Source\Runtime\Core\Public\Delegates\IntegerSequence.h" />
11391139 </ItemGroup >
11401140 <ItemGroup >
1141+ <None Include =" ..\Configs\config.json" />
11411142 <None Include =" AsaApi.def" />
11421143 <None Include =" Core\Public\API\UE\Algo\LevenshteinDistanceAlgorithm.tps" />
11431144 <None Include =" Core\Public\API\UE\Delegates\DelegateSignatureImpl.inl" />
Original file line number Diff line number Diff line change 24802480 <None Include =" Core\Public\API\UE\Delegates\DelegateSignatureImpl.inl" >
24812481 <Filter >Source Files\Core\Public\API\UE\Delegates</Filter >
24822482 </None >
2483+ <None Include =" ..\Configs\config.json" >
2484+ <Filter >Resource Files</Filter >
2485+ </None >
24832486 </ItemGroup >
24842487 <ItemGroup >
24852488 <Text Include =" Core\Private\PDBReader\pdbignores.txt" />
Original file line number Diff line number Diff line change 1+ {
2+ "settings" :{
3+ "AutomaticPluginReloading" :true ,
4+ "AutomaticPluginReloadSeconds" :5 ,
5+ "SaveWorldBeforePluginReload" : true ,
6+ "AttachToParent" : true
7+ }
8+ }
You can’t perform that action at this time.
0 commit comments