VR Expansion Plugin

Hello! I recently upgraded to ue4 4.21. I ran into an issue with the 4.21 version of the plugin:

Like it says, inline function HandleGripReplication is not defined here! It’s defined in the GripMotionControllerComponent.cpp though, so I fixed the issue by removing the “inline” in method declaration.

Is that the way to go? Thanks.