File tree Expand file tree Collapse file tree
AssetDumper/Source/AssetDumper
AssetGenerator/Source/AssetGenerator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33using UnrealBuildTool ;
44using System . IO ;
5- using System ;
6- using System . Runtime . InteropServices ;
7- using System . Text ;
85using EpicGames . Core ;
96
107public class AssetDumper : ModuleRules
118{
129 public AssetDumper ( ReadOnlyTargetRules Target ) : base ( Target )
1310 {
1411 PCHUsage = PCHUsageMode . UseExplicitOrSharedPCHs ;
15-
12+ CppStandard = CppStandardVersion . Cpp20 ;
1613 bLegacyPublicIncludePaths = false ;
1714 ShadowVariableWarningLevel = WarningLevel . Off ;
1815
Original file line number Diff line number Diff line change 11using UnrealBuildTool ;
2- using System . IO ;
3- using System ;
42
53public class AssetGenerator : ModuleRules
64{
75 public AssetGenerator ( ReadOnlyTargetRules Target ) : base ( Target )
86 {
9- PCHUsage = PCHUsageMode . UseExplicitOrSharedPCHs ;
10-
7+ PCHUsage = PCHUsageMode . UseExplicitOrSharedPCHs ;
8+ CppStandard = CppStandardVersion . Cpp20 ;
119 bLegacyPublicIncludePaths = false ;
1210 ShadowVariableWarningLevel = WarningLevel . Off ;
1311
You can’t perform that action at this time.
0 commit comments