You might already be aware? But just in case you're not.
same warnings, 2 different lines:
GripMotionControllerComponent.cpp(4615)GripMotionControllerComponent.cpp(4641)'UMotionControllerComponent::bDisplayDeviceModel': bDisplayDeviceModel is deprecated.
...\VRExpansionPlugin\Source\VRExpansionPlugin\Private\GripMotionControllerComponent.cpp(4615): Warning C4996 : 'UMotionControllerComponent::bDisplayDeviceModel': bDisplayDeviceModel is deprecated. Please use the XRDeviceVisualizationComponent for rendering instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
...\VRExpansionPlugin\Source\VRExpansionPlugin\Private\GripMotionControllerComponent.cpp(4641): Warning C4996 : 'UMotionControllerComponent::bDisplayDeviceModel': bDisplayDeviceModel is deprecated. Please use the XRDeviceVisualizationComponent for rendering instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
You might already be aware? But just in case you're not.
same warnings, 2 different lines:
GripMotionControllerComponent.cpp(4615)
GripMotionControllerComponent.cpp(4641)
'UMotionControllerComponent::bDisplayDeviceModel': bDisplayDeviceModel is deprecated.