I want to run Level Sequence animations in blueprint because I need to track whether current relevant animation is ended. I created Level Sequence Player in blueprint and run it during PIE, but the animation itself is not visible on my Character. The sequence is working, because I receive notifications from Track Event within the Sequence
I guess it doesn’t work because I didn’t bind corresponding Contril rig. I’m following this documentation to dynamicaly bind Actor to Sequence. But the problem is that I receive this error when bound and try to play my sequence during game
" Warning: Test_Sequence SequenceEvent__ENTRYPOINTTest_Sequence_DirectorBP MyCharacter_BP_C_0 Failed to trigger event: Cast to SkeletalMeshActor failed."
Ho can I get SkeletalMeshActor of my current Character which I am playing with?

