UAssetActionUtility for Blueprint actors?

Hi!

I have created an AssetActionUtility that calls GetSelectedAssets and for each asset returned, I try to cast it to my actor base class. However, the cast always fails. The type returned seems to be called Blueprint, and it can’t be cast directly to my actor base class. How can I use a AssetActionUtility to modify a member in my blueprints?

I really appreciate any help.