How expensive are shape traces?

Right now I have a capsule trace (sweep) that happens every tick. I assume sweep traces are relatively costly so would something like using a box overlap (the size of the capsule & its path) as a trigger for the capsule sweep be counter productive or a more efficient approach?
Am I worrying over nothing?

I’d imagine that a shape trace is not that expensive, since it is pretty similar to having a collision shape like a capsule and seeing where it overlaps/blocks
, though I honestly don’t know, so don’t quote me on that.

Thanks Jamendxman3, again :slight_smile:

I couldn’t find any mentions of performance within the documentation and from google searches so maybe it’s nothing. I’ll stop worrying about it then, leave as is and move on.

Thanks again for the help.

Do a test and bump up the number of traces you are doing and see what happens, thats usually the best way to test things since everybodies computer will perform differently.

Best way to learn is to break it! :smiley: