◆ ALSV4_CPP()
| ALSV4_CPP.ALSV4_CPP |
( |
ReadOnlyTargetRules | Target | ) |
|
|
inline |
8 : base(Target)
9 {
10 PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
11
12 PublicDependencyModuleNames.AddRange(new[]
13 {
14 "Core",
15 "CoreUObject",
16 "Engine",
17 "InputCore",
18 "NavigationSystem",
19 "AIModule",
20 "GameplayTasks",
21 "PhysicsCore",
22 "Niagara",
23 "EnhancedInput",
24 "BaseHelpers",
25 "Interaction"
26 });
27
28 PrivateDependencyModuleNames.AddRange(new[] {"Slate", "SlateCore"});
29 }
The documentation for this class was generated from the following file:
- T:/Unreal/Unreal Projects/SpaceAdventure52/SpaceAdventure/Plugins/ALS-Community-main/Source/ALSV4_CPP/ALSV4_CPP.Build.cs