Problem adding/removing gameplay tags using interfaces

Your interface function returns a copy of the variable.
Pretty sure it’s not possible to return a reference to a variable in blueprints.
So you’ll have to use the Add/Remove functions instead.

1 Like