The launcher version engine cannot find *.inl file from installed location (i.e. in my case it is located at D:\Launcher\UE_4.19\Engine\Source\Runtime\Engine\Classes\Kismet\KismetMathLibrary.inl) an ...
\Engine\Build\IOS\AppleWorldwideDeveloperRelationsCA.pem is out of date. This causes a warning to appear when submitting app. Workaround: Install latest WWDR ( https://answers.unrealengine.co ...
UWheeledVehicleComponent calculates the Suspension settings only when the physics state is first created. When CoM is set through the editor, the vehicle is constructed with the appropriate offset ...
A licensee is reporting a crash (or rather a check fail) in Sceneview.cpp which happens with when a SceneCapture2D is used with DLSS enabled. He has a fix, and wants to share it with us for integrat ...
UObjects returned from "Get Item Children" in a TreeView widget causes an engine crash, due to invalid pointers. User has proposed the following fix: The best fix is probably such: When Slate list ...
If static mesh's material slot's cast shadow is changed, UE4 does not show "LIGHTING NEEDS TO BE REBUILT". I solved it with the following fixes. StaticMeshEditorTools.cpp void FMeshSectionSettin ...
Lightmap sizes seem inconsistent after rotating a light source and rebuilding the lighting. This causes concern about file sizes when packaging the project that is using baked static lighting. The ...
Enabling the Online Framework Plugin in a Binary build of the editor (download from the Epic Games Launcher) causes packaging attempts to fail due to a file that is missing. This does not occur in s ...
A licensee recently pointed out that there are now several GoogleVR lib files in 4.16 that are present in the Engine twice due to some of them being copied into a subdirectory. For example, , in 4.1 ...
From UDN: When an object with ResponsiveAA enabled is in the screen and then an object with Distortion enabled comes into the screen, ResponsiveAA does not work. I guess this is because the Ste ...