When jumping in the first person template project, the "is in air" animation continues to play after landing. Solution: Switching out the "FirstPerson_JumpStart Asset" node for the "FirstPerson_J ...
This was discovered during the 4.15 mobile compat. ...
check(0) is used in UpdateComponentCount () of LandscapeEditorObject.h. This looks like an intentional check, but there is a possibility that the user may mistakenly select it. ...
User has a project that the viewport has gotten corrupted. The icons are now no longer camera facing and are facing in the positive y axis. The sun disc and sky are blurred. When PIE everything rend ...
This is caused by FLightmassMaterialProxy doesn't have GetStaticParameterSet() function. (FMaterial::GetStaticParameterSet() is called.) It can be fixed by adding the following function to FLightma ...
When MaterialInterface is added to UserParameter of NiagaraSystem, Material can be set in Properties. Also, in UE4main CL15988344, there is no MaterialInterface item in the NiagaraParameterCollecti ...
When you place a Mesh with a Translucent Material using Separate Translucency in the view of a Scene Capture 2D using Gaussian DoF, the resultant capture will ignore the Separate Translucency Settin ...
When attempting to fracture a destructible where the source static mesh has been deleted we get a crash in APEX. APEX can't seem to find any root leaf nodes to begin fracturing upon. This does not ...
Old UEdGraphPins are not being removed from non-blueprint assets. ...