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 ...
Running destroy component with construction script placed on level blueprint does not destroy component when it is nativized. It works correctly with PIE and Not Nativize. Also, if the actor that wa ...
It seems like the BuildPlugin command is not copying all the dependencies in the HostProject. Here are the errors reported by a customer: DynamicCompilation.RequiresCompilation: Compiling D:\Per ...
Several unnecessary files seem to have found their way into the Perforce depot and need to be cleaned up. Affected files:Engine/Documentation/Source/Engine/Matinee/HowTo/MHT_3/Images/MHT#_Drag_In_C ...
When using the camera actor and modifying the rotation values, the values made in the print string do not seem to match the actual values of the camera's rotation. The values appear to be close, but ...
This is a common 4.18 crash. Users have not provided any description of their actions when the crash occurred. Source Context 2286 void AInstancedFoliageActor::PreEditUndo() 2287 { ...
In 4.18, Buffer Visualization Modes appear very similar to their representation in Buffer Overview. In 4.19 and Main (CL 4008322) the results are very blown out. Similar issue reported in [Link Remo ...
This is affected by loading order. In the case, display mesh was loaded firstly and try to build collision mesh form complex collision mesh asset. But the collision mesh didn't finished to make Ren ...
Inside SCurveEditor::ZoomToFitHorizontal and SCurveEditor::ZoomToFitVertical, the program navigates through a TArray<FRealCurve*> called CurvesToFit in a for each loop. Inside the for loop, if the p ...
Using the Replace References option to replace one asset with another, the window does not close/refresh properly. This causes the window to stay on the screen although it cannot be interacted with ...