Cascaded Shadow Maps do not use the proper world size for octree culling. At far distances, the shadows are always culled. ...
So the issue seems to be a combination of Add To Mesh Component and Extend Mesh Section. I've tried this in Epic Launcher 5.6, 5.6 in-house modified engine as well as ue5-main 5.7 from git (editor ...
UMaterialInterface is BlueprintType, but UMaterialFunctionInterface is not. This makes it difficult to port some BP logic that works with materials to the material layer system. Crystal Dynamics wou ...
When in PIE changing Actor Coloration view modes from the viewport visualisation mode [Liit] -> [Actor Coloration] -> ... Does not update correctly when switching view mode and sometimes isn't corr ...
Reported in SF [Link Removed] In Path Tracer renders, all paths with a speed component (vehicles, bicycles, custom) will render at an increased speed than specified in the exported render. This is ...
The following Localisation Tests in "Engine\Source\Runtime\Core\Tests\Logging\StructuredLogFormatTest.cpp:275" TestLoc(LOCTEXT("Float", " {Float} "), ANSITEXTVIEW(R"(128.25)")); TestLoc(LOCTEXT ...
When a game is compiled with ray tracing disabled (D3D12_RHI_RAYTRACING=0) and the GPU the game is running on becomes low on VRAM, frame time is negatively impacted and doesn't recover. The D3D12_RH ...
Node previews in MaterialGraph with Substrate enabled render solid black in 5.6. The latest 5.5 engine does render previews correct with substrate enabled. ...
Only certain sync state structs are intended to persist between frames. These are configured via MoverComponent's PersistentSyncStateDataTypes array. There appears to be a bug in the way the standa ...
Note: This worked correctly up to UE 5.4, but repros from UE 5.5 up to mainline latest. If a Niagara Emitter is set up with "Spawn Burst Instantaneous" on time 0.0, and the spawned particle(s) have ...