I’m too tired to fully explain this at the moment, but from what I’ve seen while exploring various nodes in the graph there are things like MakeTribeData or something like that, it may be BattleTribeData or along those lines. There’s also Set Targeting Team, in ARK Targeting Team is used to identify players and dino’s that belong to the same group/tribe. I also believe there is a way of Add Player to Tribe, again, or something along those lines.
You’ll be better off experimenting with casting to things like the playerstate and shooterplayercharacter or shootercharacter - it’s one of those - then dragging off the blue pin and seeing all the various things you can access.
To get an initial reference to “player” you can right click in the graph and type get owning player I think, just right click and type player in to the search.
Also, experiment with disabling context sensitive in the top right of the menu that appears when you right click in the graph, it will expose further functionality to toy with. Oh, and if you go looking for casts, they are only available with context sensitive enabled.
That’s all my brain can spit out right now…
-WM