Space Plunder
Loading...
Searching...
No Matches
Health Class Reference
Inheritance diagram for Health:

Public Member Functions

 Health (ReadOnlyTargetRules Target)
 

Constructor & Destructor Documentation

◆ Health()

Health.Health ( ReadOnlyTargetRules Target)
inline
7 : base(Target)
8 {
9 PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
10
11 PublicIncludePaths.AddRange(
12 new string[] {
13
14 // ... add public include paths required here ...
15 }
16 );
17
18
19 PrivateIncludePaths.AddRange(
20 new string[] {
21
22 // ... add other private include paths required here ...
23 }
24 );
25
26
27 PublicDependencyModuleNames.AddRange(
28 new string[]
29 {
30 "Core",
31 "UMG",
32 "BaseHelpers",
33 "Niagara",
34 "CommonUIStyle"
35
36 // ... add other public dependencies that you statically link with here ...
37 }
38 );
39
40
41 PrivateDependencyModuleNames.AddRange(
42 new string[]
43 {
44 "CoreUObject",
45 "Engine",
46 "Slate",
47 "SlateCore",
48
49 // ... add private dependencies that you statically link with here ...
50 }
51 );
52
53
54 DynamicallyLoadedModuleNames.AddRange(
55 new string[]
56 {
57
58 // ... add any modules that your module loads dynamically here ...
59 }
60 );
61 }

The documentation for this class was generated from the following file: