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 ...
UE4 applies 1-x transform to V coordinate when importing UVs from mesh. This is to handle GL/D3D differences in texture origin, but it breaks UDIM page addressing. It's possible to apply a fix to ...
When using SessionFrontend on some devices, when leaving the app (going to the home screen or another app) or sometimes locking the device there is no more audio after returning to the game. "It lo ...
There's a bug in the anim bp compiler which results in split pins on animation nodes not being merged properly back onto their parent pin during compilation. The result of this is that any input to ...
The "untracked" metadata field turns off tracking of soft object references so they will not appear in the content browser or modify things like cooking rules. It works fine on individual references ...
Renaming the LevelSequence also renames the internal DirectorBP. Renaming the BP triggers the rename of its BlueprintGeneratedClass asset. A Redirector will be created for the BGC but it will be in ...
In a mesh asset, setting Navigation>IsDynamicObstacle=true will make the Navigation / Cylinder Collision projection appear in a wrong position. As described in the case, the fix should reside in Na ...
The GPU may time out in NaniteSplit when drawing VSM shadows for Nanite Tessellated landscape with in a scene with several local shadowed point lights. The issue doesn't reproduce in 5.6, likely to ...
When trying to override the CanJump function of a character blueprint, the function does not show up in the MyBlueprint panel's function section. Hovering over the Function bar shows the "Override" ...
When importing licensee's provided asset the Physics Asset generated will completely break the Perspective View in PhAT. The other orthographic views will work as intended though. The licensee has ...