Playing BlendSpaces from C++

Hey! I’m in little of a dead end… I’m trying to play BlendSpace from my custom made AnimInstance.
I found this: How can I play animations strictly from C++? - Character & Animation - Unreal Engine Forums
But it sure is not working for me…

after calling ‘Mesh->PlayAnimation’ the NativeUpdateAnimation doesnt execute anymore…
Any ideas?