Chaos Vehicle Template Motorcycle Conversion Issues (Sinking Into Ground + Rear Wheel Spinning Incorrectly)

I’m trying to convert a motorcycle model I purchased from Fab into a working vehicle using Unreal Engine’s Chaos Vehicle system and the Vehicle Template as a starting point.

The original asset is a rigged vehicle, and I’ve modified it to function as a motorcycle by removing two of the wheels from the setup. I’ve gone through the skeleton, wheel bones, physics asset, wheel blueprints, and vehicle configuration multiple times, and everything appears to be configured correctly from what I can tell.

However, I’m running into two major issues

  1. The motorcycle constantly sinks into the ground when spawned or when simulation starts.

  2. When I try to accelerate, the rear wheel doesn’t rotate normally. Instead, it spins like a coin on its side (rotating around the wrong axis) rather than driving the bike forward.

    I’m wondering if there are motorcycle-specific considerations when adapting a 4-wheel Chaos Vehicle setup to a 2-wheel vehicle, or if there are common issues with wheel bone orientation, suspension setup, or collision that could cause these symptoms.

    I’ve only been using Unreal Engine for a couple of weeks now so any help would be greatly appreciated.

afaik the “chaosvehicle” blueprint only works with “4” wheels which is why most motorcycles “cheat” with having 2 invisable side wheels. looking at the picture i would say the wheel bone is set wrong, it MUST be Z=up X=forward. there is the other option with the ‘Chaos Modular Vehicle’ system which allows different wheel set-ups