Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with building after upgrading UE 4.26 #3277

Merged
merged 1 commit into from
Jan 7, 2021

Conversation

zimmy87
Copy link
Contributor

@zimmy87 zimmy87 commented Jan 6, 2021

add extra dependency on "PhysicsCore" to load definition for UPhysicalMaterial::StaticClass symbol

Fixes: #3183

About

This PR fixes a LNK2001 error that occurs when building the AimSim plugin with Unreal Engine 4.26. The LNK2001 error occurs due to a missing object for the UPhysicalMaterial::StaticClass symbol. This is happening because the UPhysicalMaterial class was moved from the "Engine" module to the "PhysicsCore" module. This PR updates the build configuration for the AirSim plugin to add an extra dependency for the "PhysicsCore" module.

How Has This Been Tested?

The new build configuration was used to build the Blocks environment.

Screenshots (if appropriate):

add extra dependency on "PhysicsCore" to load definition for UPhysicalMaterial::StaticClass symbol
@jonyMarino jonyMarino merged commit 6ac9706 into microsoft:master Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AirSim upgrading project to Unreal 4.26.0 error
2 participants