There seems to be a regression with linear textures (commonly for multi-channel masked textures) in UE5.4. Setting the "Encoding Override" (under Texture > Advanced > Source Color Settings) to "Line ...
Intermittent crash in virtual texture transcode. Usually mempy from nullptr but also occasionally we see the same callstack with memcpy to random location. ...
I find that there are a couple of things that influence the artefact If WPO in M_BlendingBug is connected I get an issue with the blending. Removing the opacity input that's passed through the ma ...
Reflection Capture does not appear to work with Lumen + SSR. Licensees have reported that there are cases where they want to combine Lumen GI, SSR and Reflection capture for quality and performance ...
The locations of individual point cloud points are empty in the array returned from the get_points_in_box_as_copies,get_points_in_sphere_as_copies,line_trace_multi functions. The last boolean argum ...
[2024.08.30-22.12.22:384][ 73]LogWindows: Error: appError called: Assertion failed: CurrentGPUVirtualAddress != 0 [Link Removed] [Line: 659] Disabling shader optimisation can crash the editor when ...
The DataValidationCommandlet can run out of memory during execution as it does not unload any of the validated assets. This does not seem to be specific to the commandlet, since the UEditorValidato ...
This issue occurs when there is a material with Anisotropy, like the attached GIF.[Image Removed] ...
FVariant is a struct that implements a union of data types, including FVector. When assigning an FVariant an FVector value in engine versions UE 4.27 or earlier, the FVariant will deserialize incorr ...
We have various casts across the engine on the scene, which fail to cast when the scene is a null scene. FScene* Scene = (FScene*)(World->Scene); Scene->UpdateEarlyZPassMode(); We shoul ...