I’ve been trying all day, but I can’t get access to the text variable of my HUDs or I can’t change it.
I have created an Actor Component (BPC_PlayerStats) and added it to my character. In this Actor Component there are currently 2 functions, Damage Player and Heal Player.
I have added the UI widget to the VR hand (as a child) The text should be changed accordingly, depending on whether there is damage or healing. But I always get the message “Accessed None trying to read property As WB Hand Char Stats”, although I make a cast there or create a reference to it.