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:
yoan stamant
2024-06-19 17:04:50 -04:00
parent c1a9c150ef
commit e6d36d7569
133 changed files with 13 additions and 270 deletions
@@ -22,7 +22,6 @@ namespace UnrealBuildTool.Rules
"GameplayTags",
"SmartObjectsModule",
"SourceControl",
"StructUtils",
"UnrealEd",
"WorldConditions",
}
@@ -23,7 +23,6 @@ namespace UnrealBuildTool.Rules
"GameplayTags",
"GameplayAbilities",
"RHI",
"StructUtils",
"WorldConditions",
"NavigationSystem",
"TargetingSystem",
@@ -15,15 +15,18 @@ namespace UnrealBuildTool.Rules
PublicDependencyModuleNames.AddRange(
new[] {
"AITestSuite",
"Core",
"CoreUObject",
"Engine",
"GameplayTags",
"SmartObjectsModule",
"StructUtils",
}
);
PrivateDependencyModuleNames.AddRange(
new[] {
"AITestSuite",
"GameplayTags",
"WorldConditions",
"NavigationSystem"
}
);