◆ QuestSystemExampleContent()
| QuestSystemExampleContent.QuestSystemExampleContent |
( |
ReadOnlyTargetRules | Target | ) |
|
|
inline |
5 : base(Target)
6 {
7 PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
8
9 PublicDependencyModuleNames.AddRange(
10 new string[]
11 {
12 "Core",
13 "QuestSystem",
14 "BaseHelpers"
15 }
16 );
17
18 PrivateDependencyModuleNames.AddRange(
19 new string[]
20 {
21 "CoreUObject",
22 "Engine",
23 "Slate",
24 "SlateCore",
25 "InputCore" ,
26 "CommonInput",
27 "EnhancedInput"
28
29 }
30 );
31 }
The documentation for this class was generated from the following file: