UE 4.26 VR Template error - BP_MotionController not compiling

Hi guys! Since I updated to UE 4.26 the VR template can’t compile the default BP_MotionController blueprint with this error:

The variable SteamVRChaperone doesn’t exist, which makes the rumble function not have a valid matching component, and the function Get Bounds is not defined either.

Any ideas how to solve this?

Cheers!

The VR template motion controllers use some SteamVR specific features to draw the playspace rectangle when teleporting. If you aren’t using SteamVR, you will need to remove the playspace drawing from the teleport functions.