Setting a by-ref var in a function does not replicate/notify

I have a variable/property on a pawn blueprint that is replicated and set to auto-notify. If I pass that variable to a function by-reference and update it using set by-ref var inside the function, it does not Replicate/RepNotify the change.

1 Like

I have the same problem. Is there really no way to do this? I am trying to do this in a macro, but it doesn’t call the variables OnRep function