You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Remove references to deprecated plugin StructUtils (now part of CoreUObject)
#jira UE-216472 #rb devin.doucette #changelist validated [CL 34514179 by yoan stamant in ue5-main branch]
This commit is contained in:
-1
@@ -22,7 +22,6 @@ namespace UnrealBuildTool.Rules
|
||||
"GameplayTags",
|
||||
"SmartObjectsModule",
|
||||
"SourceControl",
|
||||
"StructUtils",
|
||||
"UnrealEd",
|
||||
"WorldConditions",
|
||||
}
|
||||
|
||||
-1
@@ -23,7 +23,6 @@ namespace UnrealBuildTool.Rules
|
||||
"GameplayTags",
|
||||
"GameplayAbilities",
|
||||
"RHI",
|
||||
"StructUtils",
|
||||
"WorldConditions",
|
||||
"NavigationSystem",
|
||||
"TargetingSystem",
|
||||
|
||||
+7
-4
@@ -15,15 +15,18 @@ namespace UnrealBuildTool.Rules
|
||||
|
||||
PublicDependencyModuleNames.AddRange(
|
||||
new[] {
|
||||
"AITestSuite",
|
||||
"Core",
|
||||
"CoreUObject",
|
||||
"Engine",
|
||||
"GameplayTags",
|
||||
"SmartObjectsModule",
|
||||
"StructUtils",
|
||||
}
|
||||
);
|
||||
|
||||
PrivateDependencyModuleNames.AddRange(
|
||||
new[] {
|
||||
"AITestSuite",
|
||||
"GameplayTags",
|
||||
"WorldConditions",
|
||||
"NavigationSystem"
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user