I was created a button for entering the lobby,when I compiled it I got two internal compiler errors:
Internal Compiler Error: Tried to create a property HostButton in scope SKEL_WBP_Menu_C, but another object (ObjectProperty /Script/MultiplayerSessions.Menu:HostButton) already exists there.
Internal Compiler Error: Tried to create a property HostButton in scope WBP_Menu_C, but another object (ObjectProperty /Script/MultiplayerSessions.Menu:HostButton) already exists there.
There is no error reported in VisualStudio .How do I fix these?