When using the experimental nativized blueprint assets, .exe projects will crash with an assertion failure in the LinkerLoad.cpp Line 3900. This crash will only occur using nativized blueprint asse ...
Using the wiki documentation to setup a Dynamic Delegate in code gives compile errors that the DelegateName doesn't exist. Adding the open/close braces ("[" and "]") give a different compile error ...
GameplayDebuggerProxyHUD is misspelled in the HUDClass under World Settings within the Editor. Edit MattK: The whole class has the wrong name. It will need to be renamed and redirected ...
The mouse cursor is not being locked to the viewport during PIE in versions 4.11 and up. This is inconsistent with the behavior that was seen in 4.10 because the mouse was locked to the viewport du ...
When adding shootergame to steam as a non steam game, the overlays do no appear when launching. ...
Licensee reports lighting build fails for their specific levels which were created in 4.14.1 then moved to 4.15.1. Workaround: Setting LogLightmassSolver verbose level to Warning can show "Warning ...
This is a common crash on Mac that has occurred since at least 4.12.5. It seems to occur during converting textures while cooking for Android. Callstack from LogLogCook:Display: Cooking /Engine/En ...
The Hit result from "get hit result under cursor" does not appear to be working with "find collision UV" Using "Line Trace by Channel" hit result works as intended. ...
This problem is difference rendering result between Final Image of SceneCaptureComponent2D and scene rendering. If I disable the post effect, the result seems to be the same, but turning it on will ...
Crash when using new FCanvasDrawer Licencee notes that crash does not occur if "new FCanvasDrawer" is commented out. ...