Skip to content

Commit 306e304

Browse files
committed
Use C++20 in Alpakit mod templates
1 parent 43305fd commit 306e304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Mods/Alpakit/Templates/CPPAndBlueprintBlank/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ public class PLUGIN_NAME : ModuleRules
77
public PLUGIN_NAME(ReadOnlyTargetRules Target) : base(Target)
88
{
99
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
10+
CppStandard = CppStandardVersion.Cpp20;
1011

1112
// FactoryGame transitive dependencies
1213
// Not all of these are required, but including the extra ones saves you from having to add them later.

0 commit comments

Comments
 (0)