If two states have MoveDirectionIntent vectors that are opposite to each other, interpolating between these states can result in MoveDirectionIntent being 0. This may cause issues for animation blue ...
[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 ...
static FVector PointDirectionPlaneIntersection(const FVector Point, const FVector Direction, const FPlane Plane) { return Point + Direction * ((Plane.W - (Point | Plane)) / (Direction | Plane)) ...
The bandwidth on the biquad loepass filter is cutting frequencies well below 20kHz when the bandwidth is 1.0. Slack convo: [Link Removed] Visualization:[Image Removed] ...
Wrong density calculation in UBodySetup::CalculateMass. The licensee has provided the following analysis and suggested fix: In UBodySetup::CalculateMass, the following code is present: // physical ...
We have found an issue where children of editor-only actors get wrong transforms in PIE and cooked builds when placed inside level instances. This affects both engine version 5.5 and 5.6. The issue ...
Level Instances are spawned in the origin (0,0,0) after making a packaged build in Linux ...
Reflections do not receive SkyLight leakage contribution from a static SkyLight when static lighting is disallowed. This is caused by the function UpdateSkyIrradianceGpuBuffer checking if the SkyLig ...
Encode71 and Decode71 in DeferredShadingCommon.ush are functions that convert 8-bit values to 7-bit values and mask values, and licensees have reported that the accuracy is insufficient when usi ...
This seems to occur when the subobject is considered unreachable but is not yet pending kill/marked as garbage. In this case, IsValid returns true while FWeakObjectPtr::Get returns nullptr for the o ...