Getting C++ variables to Blueprint? [Solved]

Solved the problem :slight_smile: Function Input and Outputs were all wrong.

Iā€™m confused, any variables that are in a c++ class you can expose them to Blueprint by making them a UPROPERTY, in a similar way that you exposed your WheelLatForce function by making it a UFUNCTION.