I can’t cook my project because the UAT packaging is failing at this line. Since I just don’t have any D:\ drive, I think it’s a problem with a environment variable or a define in one of the .build.cs files, but I can’t find it!
Check the file c:\repo\Game\clientue4\source\clientue4\sstandardslatewidget.h at line 57.
This should be the line that causes the problem. Maybe comment it here for further investigation.
I have included and GameplayClient.h. Playing within the Editor works
It might be TSharedRef GSlider = SNew(GSSlider);
because of the LogWindows: Error: [Callstack] 0x000007fea8438859 UE4Editor-ClientUE4.dll!MakeTDecl() [c:\program files\epic games\ue_4.21\engine\source\runtime\slatecore\public\widgets\declarativesyntaxsupport.h:1107]
Solved: It was my GSSlider, which is a SCompoundWidget, that caused the problem. I think the fact that I constructed it in my .h was causing an arguments problem.