Skip to content

Commit 97f1657

Browse files
authored
Added config.json to the project (#10)
* Added config.json to the project * Updated project, and fixed tab
1 parent 1fe8459 commit 97f1657

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

AsaApi/AsaApi.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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" />

AsaApi/AsaApi.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2480,6 +2480,9 @@
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" />

Configs/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"settings":{
3+
"AutomaticPluginReloading":true,
4+
"AutomaticPluginReloadSeconds":5,
5+
"SaveWorldBeforePluginReload": true,
6+
"AttachToParent": true
7+
}
8+
}

0 commit comments

Comments
 (0)