Setting Player in Blackboard

Sorry if this question seems too simple.
I’m new to UE4 and I don’t know how to make a player key in blackboard.
Thanks

Hello,

I did a quick search on our documentation page for AI, and found one of our tutorials that shows examples of how to set up a blackboard asset. The specific type that you’ll most likely want to use for your player is Object, as this is a basic class and can store a reference to your player character.

Here is the link to the tutorial I mentioned: https://docs.unrealengine.com/latest/INT/Engine/AI/BehaviorTrees/QuickStart/5/index.html

Have a great day