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

Class SlashEditorTarget

Source/SlashEditor.Target.cs:6–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4using System.Collections.Generic;
5
6public class SlashEditorTarget : TargetRules
7{
8 public SlashEditorTarget(TargetInfo Target) : base(Target)
9 {
10 Type = TargetType.Editor;
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