User's project crashes on the Lenovo S939 when an external window pops up (such as a timer) ...
If the user uses the node load string and then launches onto a device than the web browser will be blank. Note: This node appears to work fine in editor ...
When the game window is maximized on any monitor other than the left most monitor, the mouse will not interact with the game window. ...
[Link Removed] In XCode, place a call to spawn a custom Actor in the game mode constructor instead of BeginPlay. This apparently causes the editor to get into an endless crash loop unless the Bui ...
Special function key presses and hotkey shortcuts do not register in the editor if they fire key presses instantaneously (0ms). In particular, TypeMatrix keyboards reproduce this error using keyboar ...
Spawning an actor during TG_PrePhysics is added to TG_StartPhysics which leads to the editor locking up when multiple actors are spawned. ...
When using a struct in a blueprint, if you go into that struct and alter the default values of one of the variables, any pins that were used relating to that variable are disconnected in blueprints. ...
FTextLocalizationManager::UpdateFromLocalizationResource is loading LocRes data into a temporary, rather than loading it into a reference to an entry in LocalizationEntryTrackers. ...
When spawning an actor using the Spawn Actor From Class node that has a Set Replicates node in the construction script, the editor crashes upon attempting to run a dedicated server with 2 players. ...
A licensee notified us that sound wave asset "import settings" are not showing up on all sound waves. I loaded up QAGame and looked for sound wave's that are currently checked in that do not have Im ...