I’m using the above function to get all of my AnimBlueprints into an array. When running the game I can see all of them in the array.
I’ve tried using the Get Class Node in the second image here. Using it sets my Anim Class on my character to AnimBlueprint. I’ve also tried using the same to select the class but I cannot connect a string to a class node. Am I just going about this whole thing the wrong way?
I’ve started over on this several times all my links on google and bing are purple. I either get none or AnimBlueprint for everything i try that will connect. I just need to figure out a way to find the correct classes for these objects but there seems to be none. Even just being able to set the class from a string would work but i cannot find a single node or workaround to allow that either.
I tried this and nothing is added to the array at all now. I tried swapping the parent class in Class Is Child Of Node but both AnimInstance and AnimBlueprint both return the same result of nothing.
Edit: Made a mistake connecting something they return AnimBlueprint in the array not the correct one.
This is the only workaround I have found that semi works, but I have to input each one by hand. Which is kind of the whole point about doing the above so I can get it to load itself as long as i name it correctly and put it in the correct folders.