When trying to click on a button or other widget within a 3d widget component the user is not able to do so. There appears to be an offset. ...
A licensee is having trouble getting the visual results they want because Lightmass doesn't seem to handle color changes from materials. They are seeing this in 2 cases: (See attached images and tes ...
If the Auto Possess AI is set to Spawned or Placed in World or Spawned then the falling animation will play in the blueprint viewport. ...
Making a call to GetPawn in an AIController class will return NULL which will crash when that return value is used. This is a regression as the call is made successfully in 4.8.3. Working CL: Work ...
Set Relative Location on components does not replicate to clients. Reproduced in 4.8.3 binary, 4.9.0 binary, and Main (CL 2676715) ...
Context menus in the editor (such as right-clicking in the Content Browser) will cause duplicate menus to appear when you hover over a section that makes an extra menu appear. Note: This has only b ...
If an interface is removed from a blueprint and an interface function is transferred to a local function, the interface cannot be re-implemented in the blueprint. ...
Problem: When you press any of the Joint Presets buttons on a Physics Constraint Actor that is placed in a level the buttons do not do anything. Solution: Pressing the Joint Presets buttons setup t ...
After vertex painting on a Static Mesh component of a Blueprint, the Vertex paint data is lost when the Blueprint is copied. Oddly, pasting into a text editor shows VertexColorData, but it seems to ...
A user reported a one-time crash that possibly occurred when a TWeakPtr became invalid immediately after passing an IsValid check, before the TWeakPtr could be used. The SViewport.cpp file contains ...