Пытаюсь унаследоваться от button(С++), но при компиляции выводит ошибку
Код
CompilerResultsLog:Error: Error C:\Users\Vladimir\Documents\Unreal Projects\MyProject\Source\MyProject\MyButton.h(14) : error C2440: 'return': cannot convert from 'UMyButton *' to 'UObject *'
CompilerResultsLog:Error: Error C:\Users\Vladimir\Documents\Unreal Projects\MyProject\Source\MyProject\MyButton.h(14) : note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast