MCPcopy Create free account
hub / github.com/UE4-OceanProject/OceanProject / OceanProjectEditorTarget

Class OceanProjectEditorTarget

Source/OceanProjectEditor.Target.cs:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4using System.Collections.Generic;
5
6public class OceanProjectEditorTarget : TargetRules
7{
8 public OceanProjectEditorTarget(TargetInfo Target) : base(Target)
9 {
10 Type = TargetType.Editor;
11 ExtraModuleNames.AddRange( new string[] { "OceanProject" } );
12 }
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected