Hello all!
I have difficulties since I tried to integrate a character selection level, getting two gender characters based on the same parent class.
Since the male character is set as Index 0, and female as index 1, I would like to use this variable as a Global / Master variable through interfaces to set alot of content along the project!
Using this integer with the “Select Node” to set different animations, sounds, meshes, transforms, and so on…
(here the Interface in the Base class)
I have the correct Index when Spawning on the second level but cannot transmit that same Index to the “test” BP_Cube, which supposed to change it’s material color from the GenderIndex Value.
So, I wonder also what would be the best approach to set and use this kind of data..
Thanks !!