How to add base functionality to Actor?

Thanks :slight_smile: But I need to subclass from Actor because not all gameplay objects I interact with will be Characters. If I subclass Character and add OnInteract to that, I can’t get that functionality on a book or a rock which is not a character. A rock or a book will not need a skeletalmesh or a Movement component or any of the other things that Character defines.