I’m trying to fix the TankMovementComponent.cpp implemented in an external project on GitHub. When I compile through the UnrealEngine, it fails with the message pointing to where I use this variable:
Undefined reference to ‘GPhysXSDK’
How can I get access to this global variable? It seem to have worked with previous Engine versions.