Quick Start

  1. Activate the SeamlessTravel setting in your GameMode (Optional, but Recommended)

  2. Add the "AC_MapVote_Manager" actor component to your GameState, which will take care of all the management.

  3. Inherit your PlayerController to "PC_MapVote", and remember to Parent the BeginPlay function!

  4. Create or modify a DataTable inherited from the "S_MapVote" structure

  5. You can now configure the "AC_MapVote_Manager" component with your parameters

  6. 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