Is there a way to remove a component using blueprints? I’m specifically using paper2d here but would also be interesting to hear if it’s at all possible.
Thanks.
Is there a way to remove a component using blueprints? I’m specifically using paper2d here but would also be interesting to hear if it’s at all possible.
Thanks.
Hello,
not sure this what you are looking for but if you check in any blueprint without checking context sensitive box and type component you will find some abilities like set/toggle active/inactive or set/toggle visibility or destroy, all for components, and others. Knowing what will be the right one depends of what you are looking for.
Thanks! I don’t know how I missed that, I think I tried to search for ‘component’ in context sensitive mode and expecting it to show up as an option and it didn’t… but yeah, all good now! Cheers.