Skip to main content

Add custom character

This page will explain how can we add a new custom character

DataTable

All character in the game are stored in a DataTable

By default it's in DT_ACS_CharacterList

Datatable Location

When you will open this asset, you will see the list of characters

Datatable Content Example

  • UID : The id of the character (don't to be confused with that of the Party Account)
  • Name : The character name
  • Avatar : The profil pic
  • CharacterClass : The Blueprint character define the character herself (the most important part)

So you just need to add your character row here

Important

To make this work, your character should have different id of the all another character and UID + RowName should have same value !

How get the Character from BP

By default i made a DAO who will get the character from given Id, here is an example of DAO work here

Get Character

Then use DAO like this

Get Character