The reflected Sky material looks blurry and low res when set to unlit, however setting the material to Default Lit has the correct reflection. Even though the reflection is correct the lighting brea ...
Tested in 4.19, 4.20 Preview, and 4.21 Main. Per User: Lack of the ability to tune-up the Exposure Compensation makes the scene lighting look visually incorrect, especially in fully baked environ ...
By default, the local motion controller would move remote player's motion controllers as well. Add the following to the beginning of the tick function in the MotionControllerPawn blueprint makes it ...
This sounds legit. Anyone mess with the if node recently? There seems to be a regression where existing content is broken. This should be fixed ASAP and patched into 4.6. https://forums.unrealen ...
Reference to a blueprint based on a custom class will break if changes are made to the parent class and a hot reload is performed. Error Displayed added to Callstack section. Workaround: Compiling ...
Use Deferred Shading (r.Mobile.ShadingPath=1) Enable DBuffer Decal All Lights’s mobility is Static Decal Material settings : Material Domain - Deferred DecalBlend Mode - TranslucentDecal Blend Mo ...
While working with DirectX 12 in the project settings, the editor crashes by check() code when attempting to create a static texture from a non-HDR Cube Render Target asset. This crash doesn't occur ...
Using incorrect formatting in FText does not cause compilation errors in EnsureMsgf as it does in other functions such as UE_LOG. This causes crashes to sneak through such as a crash on ensure when ...
The collision channel specified in LineTraceSingleByChannel does not appear to be taken into account when the trace is performed. Instead of ignoring any objects that are not set to that channel, an ...
When using the pilot function a character actor with a camera actor cannot move around properly. This issue may be due to something with the LevelEditorViewport.cpp UpdateViewForLockedActor function ...