When setting up a BP via the scene with the new method of adding components and converting to a BP the child component that is set to simulate physics enabled will be offset from its original positi ...
When the user name on Windows is set to cyrillic importing APEX cloth assets will fail. I'm not sure what other systems this may also affect, but adding a cloth apb asset to a skeletal mesh will cau ...
I tested with some mobile devices and Dithered LOD Transition did not work on Huawei P20 Pro. This problem does not occur with Snapdragon. This problem does not occur with Snapdragon like Pixel 3. ...
After moving a level into a folder and fixing the redirectors (right click in content browser) the project will package a Null reference without throwing an error. This will let you create a project ...
When a macro takes in a two Wildcard inputs and two Wildcard outputs connecting a variable to one assigns the value of all the outputs even if they don't connect (check attached image). You can see ...
Attempting to add collision to an EQSTestingPawn class is not possible, as the inherited capsule component seems to override any new collision. Simulating with the inherited capsule will cause the P ...
The user's project is crashing during PIE on FTickTaskLevel::ScheduleTickFunctionCooldowns(). Source Context: 798 else 799 { 800 CumulativeCooldown += ComparisonTickFuncti ...
When attempting to compile Unreal Lightmass in the 4.11 source build, a compiler error pops up when using Visual Studio 2015 Update 2. Error Message: "d:\unrealengine-release\engine\source\program ...
Attempting to use Find Session / Join Session to join a LAN session on iOS results in inconsistent results, requiring the client to press the join button multiple times to join properly. Currently ...
Cannot set array elements from an array that is contained within a struct User Description: Setup: Array of structures "StructureA". In StructureA, array of integers/strings/whatever. Result: Can' ...