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
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.