Can't assign Anim Sequence variable at runtime in ABP

I have a AnimSequence variable playing in an ABP at runtime:

It works fine if I set a default asset. But if I try to assign a new asset at runtime it never updates. Its always just the same as the default that was set.
Is it not allowed to change at runtime? Some sort of threading issue? Engine bug?