I think problem is in type declered in path WidgetBlueprint is UWidgetBlueprint which is asset type which inherence from UBlueprint not UUserWidget. Try removing WidgetBlueprint'
and '
at the end of path, based on some example in source code this should work with path allone, or try UserWidget'/Game/UMGWidgets/GameMenu.GameMenu_C'
1 Like