Garbage Collection is causing noticeable hitches on whatever interval it is run on. This is noticeable in the UE4 Profiler, as you will see a spike every X amount of seconds, depending on how often ...
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. ...
When testing with a simple setup, as follows: MySceneComponent has a UProperty(VisibleAnywhere, BlueprintReadOnly) of a USphereComponent pointer, initiated in the Constructor AMyActor has a UProper ...
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 ...
From the UDN post: When the new entry is added, the entire tree gets wiped out as a result of the CDO swap, and when these update methods run it leaves the tree in a default expansion state. (Effect ...
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 ...
Some materials are not rendering on iphone 6 series devices. They will render completely black on one device but not others in the same series. Replacing the material with a basic material renders o ...