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

Public Member Functions

 EasyBallistics (ReadOnlyTargetRules Target)
 

Constructor & Destructor Documentation

◆ EasyBallistics()

EasyBallistics.EasyBallistics ( ReadOnlyTargetRules Target)
inline
6 : base(Target)
7 {
8 PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
9 PublicDependencyModuleNames.AddRange(
10 new string[]
11 {
12 "Core"
13 // ... add other public dependencies that you statically link with here ...
14 }
15 );
16
17 PrivateDependencyModuleNames.AddRange(
18 new string[]
19 {
20 "CoreUObject",
21 "Engine",
22 "PhysicsCore"
23 // ... add private dependencies that you statically link with here ...
24 }
25 );
26
27
28 DynamicallyLoadedModuleNames.AddRange(
29 new string[]
30 {
31 // ... add any modules that your module loads dynamically here ...
32 }
33 );
34 }

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