How can I see stored variables?

For example, when I do point forecast, my data is stored in oo_.PointForecast. How can I use it? I want to calculate the RMSE of my forecast results.

Use the definition of the RMSE to compute it yourself based on the point forecasts.