Setup Team games With Blueprint

Let’s start with a flag that belongs to team red, this means the flag must have a variable (in my example it would be TeamInfo) to check what team owns the flag. If you only want something to happen when a player of the opposite team enters the area, you can check the flag’s TeamInfo vs the player’s TeamInfo. When the player captures the flag/area simply set the flags TeamInfo to the players TeamInfo.