The leaking variable is UInstancedStaticMeshComponent::InstanceDataBuffers. The memory block is passed to InitPerInstanceRenderData() via InstanceDataBuffers.Release(). But the function doesn't mana ...
According to the licensee report, UnrealMath.cpp (588) constfloat SINGULARITY_THRESHOLD = 0.4999995f; It seems that this can be avoided by changing the above value. However, changing SINGU ...
When a "Water Body River" is added to a Scene with a Landscape, eleven Render Targets are allocated for the water rendering. These Render Targets are sized according to the resolution of the Landsca ...
I saw a following assertion. Assertion failed: (AdditivePoses.Num() > 0) || (NonAdditivePoses.Num() > 0) [Link Removed] [Line: 1381] This is my quick fix// code placeholder void FAnimInstance ...
Landscape Layers created in 4.22+ revert to default material in Mobile Preview. Confirmed in MAIN at CL 9730599 ...
This is a longstanding and common UMG crash that has affected more than 200 users since at least the 4.15 release. User DescriptionsI was working in the UI and undid several last changes in quick s ...
This is a trending crash coming out of 4.18 and may be a regression. Users have not provided any descriptions of their actions when the crash occurred. Source Context 72 /** 73 ...
Placing a FunctionalTest Blueprint into a level that contains a landscape component and a sub-level that also contains a landscape component results in a crash when PIE is started. This only occurs ...
Asynchronously loading a level that has one or more Actors using the "Async Load Primary Asset" node will enable dirty grug for that level asset. The cause is a modified code(CL-3764602) for the [L ...
From Customer: UE 5.3 update broke Unreal Insights adding GPU timers into graph tracks. Debugging the code and cross checking with github/p4v I guess it broke in this revision: Timer graphs no ...