Linked error on static function UUINavWidget::GetOuterObject
AdrianJC-TheBreachStudios opened this issue · 1 comments
AdrianJC-TheBreachStudios commented
UUINavWidget::GetOuterObject is a templarized function, those can cause issues with unreal if implemented in the .cpp
Found some information about it here and moving everything to the header fixed the linked error.
The file is located at Source\UINavigation\Public\UINavWidget.h
goncasmage1 commented
Thanks for letting me know!
Just fixed this on GitHub 👍