Hello. Is there a variable which unites all actor collision so that it can keep box, sphere, etc collision? E.g., there is static mesh component, skeletal mesh component but we can write down them into mesh component. I try to find something like that for collision to have only one variable for all of them.
I believe you’re looking for ShapeComponent
Thanks.