When a skeletal mesh is set to simulate physics, using the Set World Location node to set the world location of the mesh does not seem to be working. Turning simulate physics off causes the mesh to ...
If an enum is called it will not return the correct value when Nativize Blueprint Assets is set to true in the project settings ...
A licensee pointed out that when importing a Blend Shape animation for morphing that was made at 60fps in Maya, the Editor animation viewer doesn't properly show 60 fps. However, after adding some t ...
Some old NaN checks in character movement use checkf() which will crash, those should be ensures. Other code is inconsistent in using either ENABLE_NAN_DIAGNOSTIC (with side effects), and some users ...
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. ...
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 ...
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. ...