Instanced Static Mesh Warning When Inheriting From Actor

This really doesn’t make any sense to me.

The warning is that ‘Instanced Static Mesh Does Not Inherit From Actor’ when it very clearly does in fact inherit from Actor.

][1]

Your issue is that Instanced Static Mesh Component does not inherit from actor. It inherits from ActorComponent.

Please mark as solved if this helped you, cheers!