Hi, i created a simple widget with a text box in UE 4.23, i just binded this text to a function, it uses "get all actor of class" to take a value and change the text, simple stuff, nothing fancy, it Works perfect at locations close to default: 0,0,0, updating that value everytime it changes, but my problem starts when i move my player to a far location in the level
New location: 266976.3125, -69310.75, 45727.871094
At this world location, widget stops updating values, i tested if it Works by using a "print string" and it does tick every second, but it doesn´t update the text with the value; does it mean widgets can´t update information after been far in the map? what can i do?
Please urgent help!
New location: 266976.3125, -69310.75, 45727.871094
At this world location, widget stops updating values, i tested if it Works by using a "print string" and it does tick every second, but it doesn´t update the text with the value; does it mean widgets can´t update information after been far in the map? what can i do?
Please urgent help!
Comment