Because UniagaradataInterfaceChaosDestruction::HandleTrailingEvents does not respect incoming TrailingEvent data, the debris velocity during chaos cache playback is always evaluated as zero. The fo ...
[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] ...
It seems that switching the preview mesh in the control rig editor is affecting the initial transforms in the hiearchies of related control rigs in the level viewport. This seems to be due to the c ...
Level Instances are spawned in the origin (0,0,0) after making a packaged build in Linux ...
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 ...
As described by the licensee, the const CDO contract is being broken on ChaosWheeledVehicleMovementComponent. The issue the licensee is facing is that by spawning cars with different configurations, ...
This comes from this UDN : [Link Removed] It occurs with this setup : [Image Removed] , where Set Material Attributes expressions act as inputs to the Landscape Layer Blend material expression. ...