This problem caused by incorrect initialization of RandomStream in the GPU particle. //PaticleGpuSimulation.cpp virtual void Init() override { ... check(AllocatedTiles.Num() == TileTimeOfDe ...
It looks like particle toggle tracks use TimeRangeToNumberRange which gives the incorrect range as a result of CL 10893518 which fixed [Link Removed]. ...
Modifying a UserDefinedStruct can lead to data corruption in Blueprint array properties. ...
This issue is regression. It crash only 4.25, and it dosen't crash in 4.24. Copy and past a specific track (spawnable, actor with event track, set endpoint) causes a crash in the editor. ...
The engine may touch freed memory at D3DX12Residency::Internal::RemoveEntryList. The memory release operation that is causing the problem is in FD3D12DynamicHeapAllocator::AllocUploadResource(). If ...
The message in ensure is below LogOutputDevice: Error: === Handled ensure: === LogOutputDevice: Error: Ensure condition failed: (FMath::Abs(1.f - M.GetScaledAxis(EAxis::X).SizeSquared()) <= (1.e-4 ...
Instead of clearing the metadata we should enable editing the metadata for vectors since the details panel supports it already. ...
MeshCurrSamplingBonesBuffer already has scaled bone transforms, but these scales have not been cancelled out when using local space. ...