Quick Start
Activate the SeamlessTravel setting in your GameMode (Optional, but Recommended)
Add the "AC_MapVote_Manager" actor component to your GameState, which will take care of all the management.
Inherit your PlayerController to "PC_MapVote", and remember to Parent the BeginPlay function!
Create or modify a DataTable inherited from the "S_MapVote" structure
You can now configure the "AC_MapVote_Manager" component with your parameters
Use the "Start Vote" function of the "AC_MapVote_Manager" component from the server to start a vote.
If you want to use the LaunchOptions parameter, remember to put & at the beginning.
Last updated