I have a blueprint called Leader_Flipbooks with PrimaryDataAsset as its parent. I created several children of Leader_Flipbooks which load successfully as objects using Async Load Primary Asset, but they always fail to cast to their parent, Leader_Flipbooks and I am unable to access their variables.
1 Like
I am facing to same issue. AsyncLoad is loading item successfully but casting is failed. Did you find any solution?
2 Likes
Just had this issue and figured out how to fix it. Make sure you’re creating your asset through the new data asset interface (Right click in content browser → Miscellaneous → DataAsset) and NOT the new blueprint interface.
And make sure “Has Blueprint Classes” is turned OFF in the asset manager settings.
Your asset should be red, not blue, in the content browser.
1 Like