Is there a way to define a property in C++ that needs to be implemented by an inherited Blueprint class?

You can override the virtual IsDataValid method to require your subclasses to populate that property

1 Like