MCPcopy Create free account
hub / github.com/Megafunk/MassSample / MassSampleProject

Class MassSampleProject

Source/MassSampleProject/MassSampleProject.Build.cs:5–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3using UnrealBuildTool;
4
5public class MassSampleProject : ModuleRules
6{
7 public MassSampleProject(ReadOnlyTargetRules Target) : base(Target)
8 {
9 PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
10
11 PublicIncludePaths.AddRange(
12 new string[] {
13 "MassSampleProject"
14 }
15 );
16 PublicDependencyModuleNames.AddRange(
17 new string[] {
18 "Core",
19 "CoreUObject",
20 "Engine",
21 "InputCore"
22 }
23 );
24
25 }
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected