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

Class OceanProject

Source/OceanProject/OceanProject.Build.cs:5–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3using UnrealBuildTool;
4
5public class OceanProject : ModuleRules
6{
7 public OceanProject(ReadOnlyTargetRules Target) : base(Target)
8 {
9 PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" });
10
11 PrivateDependencyModuleNames.AddRange(new string[] { });
12
13 PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
14 }
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected