Skip to content

Commit

Permalink
Update AirSim.Build.cs
Browse files Browse the repository at this point in the history
add extra dependency on "PhysicsCore" to load definition for UPhysicalMaterial::StaticClass symbol
  • Loading branch information
zimmy87 committed Jan 6, 2021
1 parent 534b63c commit 9ef285d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unreal/Plugins/AirSim/Source/AirSim.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public AirSim(ReadOnlyTargetRules Target) : base(Target)

bEnableExceptions = true;

PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "ImageWrapper", "RenderCore", "RHI", "AssetRegistry","PhysXVehicles", "PhysXVehicleLib", "PhysX", "APEX", "Landscape" });
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "ImageWrapper", "RenderCore", "RHI", "AssetRegistry", "PhysicsCore", "PhysXVehicles", "PhysXVehicleLib", "PhysX", "APEX", "Landscape" });
PrivateDependencyModuleNames.AddRange(new string[] { "UMG", "Slate", "SlateCore" });

//suppress VC++ proprietary warnings
Expand Down

0 comments on commit 9ef285d

Please sign in to comment.