When selecting actors in the scene they get filled with an orange color rather than the typical orange outline. This is unrelated to the setting "Selection Highlight Intensity" as the bug will sti ...
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 ...
If a pawn in the level is using a custom AI Controller that sets the AIPerceptionComponent in code, the editor will crash on PIE after a hot reload. CrashReporter: [Link Removed] ...
Collision of child actor doesn't rotate if the parent is simulating physics. This was an old bug that an AnswerHub user reported back in 4.9 but now a licensee is reporting this same behavior in 4.1 ...
When looking into the bd_hud_scoring and bd_rules_maze blueprints in the users project (Provided below), there are nodes that are throwing errors. If you press compile, the errors go away and the co ...
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 ...
Going to an earlier point of a replay does not update to previous visibility state on an actor that was switched to not visible during demorec. Reproduced in 4.9.2 binary and Main (//UE4/Dev-Main C ...
Compiling a Blueprint that references a deleted Macro from a Custom Macro Library will crash the editor. Crash Report: [Link Removed] This is a regression: did NOT occur in 4.8.3. Reproduced in 4. ...