This is because the RebuildControlMappings function only checks this flag when you have a mapping that was already added, we should apply this for any new mappings as well. I'll update the repro s ...
From this UDN: [Link Removed] Suggested fix:Override PostPasteNode to perform the GUID update andAdd validation on load to strip 'invalid' copies that do not correspond to a valid pin input ...
Use Complex as Simple isn't working for dynamic objects. However, if not simulating physics, collision works correctly. Same as TTP# 229782 that wasn't moved to JIRA. ...
Bug report from UDN thread. https://udn.unrealengine.com/questions/266937/gamemodestartnewplayer-calls-restartplayer-without.html#answer-268579 His point seems sound, we should fix it. ...
Parameters within a Material Function which have a specific Group assigned lose the group information when an Instance is created. Reproduced in 4.7 Preview 4 and Main Promotable-CL-2412886 ...
Crash Reporter: [Link Removed] Opening a project created in 4.6.1 with 4.7 built from GitHub branch 20150203 (last commit: 5bac1375be31053932c7b9123cc3bb94c70dd5e0) results in crash. ...
This crash was introduced in 4.14.2, and is very similar to [Link Removed], however it is still occurring in 4.14.3 (after that fix) According to submitted crash reports, this one is not very wides ...
This is probably a continuation from [Link Removed]. [Link Removed] fixed the crash with MS-IME input, but crash/instability can still happen with another Japanese input system, ATOK. ...
If move those UBX collision closer to the visual mesh, it kind could fix the problem, but still wondering if it's a bug or limitation; what's the reason behind it and how artist could avoid those pr ...
Stub functions generated for unconverted assets as dependencies of nativized assets do not properly handle output parameters (the result is not assigned after the ProcessEvent() call). Suggested fi ...