Skip to main content

Introduction

Anime Character Selector (ACS) are a template in UE4 based of Genshin Impact character switching system

It's a very simple inspired version of course and manager only a simple party setting and in game switching

Scope

Basically is do only thoses things :

  • Select a Party Account mock in title map (ACS_Map_Title)
  • Support replication switching only. When someone change her party or character this will be replicated
  • Can only work when players have different UID (else don't work or big bug)
  • Owning client show her characters from current party as a list of Unit UI (only for herself, can't see others players units UI)

So don't includes all anothers features (like Fight system, Login, actions, etc..). Only the character switching !

Default Input

The default inputs have been set up using Enhanced Input, as you can see here.

So, if you create your own implementation, you'll need to set up your own inputs, taking inspiration from the code in the PlayerController.

Default Input

Note

Special inputs are the input for switching character in game