I’m working on a mod to allow players to select which dance their thralls should play. The first part of this is adding racial dances as the default. I’m in the BP_ThrallEntertainerComponent and I have the ThrallInfo object but no clear way to extract the race component. However it looks like you’ve exposed isFemale which will be helpful.
So right now I’m using the SpawnTableId to grab the row from the SpawnDataTable. From there I can dump the RaceTemplate, but I don’t know what to do with that template. I don’t see any Kismet/Blueprint object that takes in a RaceTemplate or casts a RaceTemplate to something useable. All I want is to get the Race enum value out so I can use that handy switch on race you included with the kit.
Any help is appreciated!
Also, a modding section in the forums would be fantastic.