(ReadOnlyTargetRules Target)
| 5 | public class Slash : ModuleRules |
| 6 | { |
| 7 | public Slash(ReadOnlyTargetRules Target) : base(Target) |
| 8 | { |
| 9 | PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; |
| 10 | |
| 11 | PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "HairStrandsCore", "GeometryCollectionEngine", "Niagara", "UMG", "AIModule" }); |
| 12 | |
| 13 | PrivateDependencyModuleNames.AddRange(new string[] { }); |
| 14 | |
| 15 | // Uncomment if you are using Slate UI |
| 16 | // PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" }); |
| 17 | |
| 18 | // Uncomment if you are using online features |
| 19 | // PrivateDependencyModuleNames.Add("OnlineSubsystem"); |
| 20 | |
| 21 | // To include OnlineSubsystemSteam, add it to the plugins section in your uproject file with the Enabled attribute set to true |
| 22 | } |
| 23 | } |
nothing calls this directly
no outgoing calls
no test coverage detected