Wind Direction Issue in Unreal Engine 5 JSBSim Component

I’m currently working on a flight simulator in Unreal Engine 5, using JSBSim to handle the aircraft’s aerodynamics. I’m trying to adjust the wind direction and intensity using the WindDir and WindIntensity values in the JSBSim Unreal Engine component. The wind intensity adjustment works well, but the wind direction seems fixed—it always comes from the north, no matter the input I set.

Do you have any insights into what might be going wrong with my implementation? I’d really appreciate your help!

Thanks so much!