Hi, I’m having an issue with my game. I have some car NPCs that aren’t behaving as expected. Some of them don’t move when they’re not being rendered by the camera, and I need them to continue on their path. Any ideas on how to make them move even when they’re not rendered? Thanks in advance for your help!
Alright, I managed to solve this issue on my own. But in case anyone else is experiencing the same problem and is interested in knowing how I fixed it, here’s the solution.
In the Event BeginPlay of the car, simply add the following Node:
- Grab an execution point from the car’s mesh.
- Type in the option: “Set visibility Based Anim Tick Option”
- Select the option: “Always Tick Pose and Refresh Bones”.
That’s it! I hope this helps someone in the future!
Thanks,
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.