When I use enter key when assinging values of custom data structs it doesn’t detect the missing commas but when I do it all in one line it detects the missing commas and gives me an error: custom_team{Team := OldTeam.Team
CurrentPlayerCount:=OldTeam.CurrentPlayerCount + 1
Points := OldTeam.Points
RoundWins:= OldTeam.RoundWins}
Hi, Sam from Epic here, hopefully I can help.
Quick question - does your code execute correctly when it doesn’t generate the error, or does it still not function as intended?
Sorry I didn’t see your response earlier. When I run the code on the enter key version with the missing commas it let me run it but it sets that data struct to empty