How can i use the blueprint debugging animation on MyCharacter ?

In the simple fps sample i want to see what is going on in the blueprint graph but i can only see the class and not the instance i posses so it wont show me the live action i’m doing with it .

Also, i would like to know how can i posses an other character which i drop to the scene via the editor please .

To debug a particular instance, make sure the name of the instance is set in the Debug Filter dropdown of the Blueprint editor.

e92a48508a5f2dc5270306bbca53b8ee1717bb8f.jpeg

The easiest way to posses a character you dropped into the scene, is to go to the Details panel and set AutoPosses to your player controller.
427afa6ac98451ea4f73f5c0aefcd2aa338a6b5b.jpeg

(click those for bigger images)

Thanks, i will try that out .