mordentral / VRExpansionPlugin

A UE4-5 VR framework
https://www.vreue4.com
MIT License
543 stars 113 forks source link

deprecated warnings on build - master, ue5.2 #37

Closed hudsonm62 closed 1 year ago

hudsonm62 commented 1 year ago

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.
mordentral commented 1 year ago

I'm aware, but they hadn't actually finished the new visualization yet so I left the old code path in for now.