I need to propose my player to choose from a list of animations and hence I’d like to get the list of animations available for a skeleton or skeletal mesh, like the one in the asset browser in persona:
I searched the uskeleton, uskeletalmesh, uskeletalmeshcomponent, etc. but found nothing returning an array of animations assets/sequences.
Still no answer, but just in case any one reads this and is interested, as a workaround i did put each skeleton’s set of animations in a specific directory and merely list the content of each dir to get my anims per skeleton.
Not elegant but it works. If anyone has a real solution, i’m all ears