When using the Orthographic Camera view (such as that used with the Paper2D Template) any lights that are distant from the world origin will start to fade out as if they are being culled. The distan ...
Creating an event dispatcher and BlueprintImplementableEvent function with the same names causes a signature conflict inside the blueprint. The event dispatcher is then broken as it cannot be delet ...
'Emissive for Static Lighting' discarded when restarting or re-opening a project. I discovered this issue while testing [Link Removed]. This issue does not occur in the binary 4.11 release so I hav ...
If FObjectFinder is used in a function other than the constructor, which should not be done, it causes a crash. ...
If a static object has 'Use Complex collision as simple' set as its collision type, it'll collide with a player but will not collide with objects that are dynamically simulating physics. ...
Print String node will stop printing to the screen if PIE is exited while Gameplay Debugger is active. Restarting the editor fixes the issue. ...
Unexpected behavior occurs from moving multiple widget components with render transform applied to them. The individual components seem to change relative position or rotation when being clicked and ...
This is a common crash that has affected over 60 users since at least 4.16 User DescriptionsDeleted a SET variable Source Context 1091 FText SGraphPin::GetTooltipText() const 1092 { ...
A user has reported an issue where Possession replication or Character Movement replication, unsure of which, is not working properly for some clients. It seems to work fine for the first client but ...
In ES3.1 preview, Landscape will render default material if change landscape material by using material instance of landscape's material. Will render correct if using another material's instance ...