How can I access which team the local player is on? I’m trying create a new component in my Experience Definition that sets the character based on team. I’ve got it set up to change based on a random integer just fine, however I can’t get the Team ID from the Lyra Team Subsystem - only an array of the Team IDs available. Also when I try to use the Find Team from Actor node, it always returns a TeamID of -1 for both teams.
My team picking component is a child of the Lyra Controller Component Character Parts (duplicated from the RandomCharacter component). Any idea’s how I can get this working? Thanks in advance