I defined a struct in a header file.

And now in a cpp file that includes that header, I want to access the struct's values.

These variables were given values in another cpp file that includes the header file.

But when I debug, the cpp that wants to access the struct's values sees them as nothing. The values are floats.

So how do I get the values in a struct?