How can I use the animation blueprint I stored in a data asset to set the anim instance class of a newly spawned actor?

That was indeed the issue, the variable in my primary data asset was an object reference of an ‘AnimBlueprint’, changing that variable to a class reference of an ‘AnimInstance’ solved the problem.

Thank you kindly, much appreciated!

1 Like