In 4.27 the logic in SteamSocket.cpp which is part of the SteamSockets plugin was changed to use Poll Groups instead of a removed API function that checked all children of a listen socket. However, ...
Switchboard is unable to launch the Multi-User Slate Server in launcher builds. This is because the default install location has "Program Files and "Epic Games" in the path (aka folders with spaces ...
When a game is compiled with ray tracing disabled (D3D12_RHI_RAYTRACING=0) and the GPU the game is running on becomes low on VRAM, frame time is negatively impacted and doesn't recover. The D3D12_RH ...
Crash when attempting to generate an event in an Event Handler ...
If a user attempts to run Setup.bat to download the various dependency files while a SonicWALL firewall is in place, the download will fail to complete. Disabling the firewall allows the download to ...
User gets the warning below after trying to package a new VR template if Blueprint Nativization is set to "Inclusive" Warning: "THelper: Packaging (Windows (64-bit)): xgConsole: c:\program files (x ...
If a user-defined struct-type variable is declared in one Blueprint, and that variable is then indirectly accessed in a second Blueprint through a reference to the first Blueprint, modifying the str ...
This is one of the top Mac crashes occurring in 4.16. Caused by adding Auto Convex Collision to a mesh converted from a brush. Does not occur on Windows. User DescriptionsI was trying to add a conv ...
[Link Removed] The mesh in the repro project contains a transformed convex collision, which can be moved freely in the mesh editor, so the transform must be applied in following code block. (Also se ...
User reports that the reason for the crash is that because UpdateSpline is false on the AddSplinePointAtIndex blueprint node, this line is never called [ReparamTable.Points.Reset(NumSegments * Repar ...