goncasmage1/UINavigation

Linked error on static function UUINavWidget::GetOuterObject

AdrianJC-TheBreachStudios opened this issue · 1 comments

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

Thanks for letting me know!
Just fixed this on GitHub 👍