MCPcopy Create free account
hub / github.com/DruidMech/UE5_TheUltimateDeveloperCourse / SlashTarget

Method SlashTarget

Source/Slash.Target.cs:8–14  ·  view source on GitHub ↗
(TargetInfo Target)

Source from the content-addressed store, hash-verified

6public class SlashTarget : TargetRules
7{
8 public SlashTarget(TargetInfo Target) : base(Target)
9 {
10 Type = TargetType.Game;
11 DefaultBuildSettings = BuildSettingsVersion.V2;
12
13 ExtraModuleNames.AddRange( new string[] { "Slash" } );
14 }
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected