Hello!
I have been trying to implement Common UI to my project, but can not get it to properly work.
The error:
“Ensure condition failed: false [File:D:\build++UE5\Sync\Engine\Plugins\Runtime\CommonUI\Source\CommonUI\Private\Input\CommonUIActionRouterBase.cpp] [Line: 976]
Somehow we rebuilt a widget that is owned by an activatable, but no node exists for that activatable. This should be completely impossible.”
The error occurs right after this line of code is run.
Also I am not adding or removing any widgets from the viewport or changing any visibility except the MenuStack.
Any help is appreaciated! I have been trying to solve this for days.