Stop render one object ?

Hi, i need more fps and i have object who take a lot fps. Now i work on my bad graphic card (I can’t setings low quality) , how can i disable render this object ?

Try setting the flag visible to false, or Actor hidden in game to true. Both are in details properties under rendering. Does that help?

Actors can be made invisible:

225164-capture.png

If you target the root and propagate, it will also affect all children attached to that scene component.