Character Data Asset
Found at Game/SteamPartyMenu/Blueprints/Structures/DataAssets/CharacterDataAsset
.
Each available character data asset instances stored at Game/SteamPartyMenu/Blueprints/Structures/DataAssets/Characters/
.
This data class holds variuos variables related to Characters Data.
Character Data
- Character Name: Text variable for Character name used in UI.
- Character Portrait: Texture variable for Character UI portraits.
- Character Variations: A character mesh map that uses a string as the key to match the selected character skin mesh variation.
- Anim Blueprint: Animation blueprint class to use with the specified character.
- Skin Type Key: String variable that should be unique for each character.
- Skin Variation Portrait Key: A character texture 2d portrait map that uses a string as the key to match the selected character skin with portrait. Must match same
Character Variations
key.