TTAXZ22
(TTAXZ22)
May 18, 2023, 3:36am
1
In detail pannel, there are ‘actor hidden in game’ option exist.
Check this option, does it simply become visually invisible when playing?
In my case, I used static mesh for groud collision.
(collision preset is block all, use complex collsion as simple.)
(And this object has a perfectly transparent material that is not visible.)
But if use transparent material, I’m considering the option to ‘actor hidden in game’ because it has a bad effect on performance.
So, I want to make this object to be invisible, but always has collision.
If I check ‘actor hidden in game’ option, Can I get the result I want?
Hidden Actors are effectively removed from level in terms of collision, visibility, physics interactions or tick events, etc.
TTAXZ22
(TTAXZ22)
May 18, 2023, 5:02am
3
So you mean, if I check that option, the collisions will disappear when I play?
Ares9323
(Ares9323)
May 18, 2023, 5:43am
4
No, both “Visibility” and “Actor Hidden in Game” checkboxes only toggle visibility, the collision continues to work:
TTAXZ22:
So, I want to make this object to be invisible, but always has collision.
If I check ‘actor hidden in game’ option, Can I get the result I want?
You should be able to obtain the result you want, but if the mesh is never going to be shown consider using collision components instead of a custom mesh collision (if you don’t need that specific shape, obviously)
3 Likes
TTAXZ22
(TTAXZ22)
May 18, 2023, 7:37am
5
That was a perfect answer.
Thank you for your help.
2 Likes
system
(system)
Closed
June 17, 2023, 7:37am
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.