In raytracing enabled, When loading a sublevel containing landscape with LoadStreamLevel function following error is shown. Assertion failed: Pair != nullptr [Link Removed] [Line: 584] Licensee re ...
When using CastChecked<>(), the second parameter can be passed as ECastCheckedType::NullAllowed to make the check succeed when the input is nullptr. However, in UE 5.5 up to the latest engine versio ...
If you enable Shader compilation via XGE by setting r.XGEShaderCompile = 1 in ConsoleVariables.ini in 4.18 Editor downloaded from Launcher, it prevents shaders from compiling at all, and as a result ...
Iterative and Incremental cooking are supposed to recook packages when their "inputs" change. Most of the time inputs are the package file itself and the other package files on which it has dependen ...
I tested this on a Mac Pro in UE 4.15, 4.16, 4.17, and 4.18. As a possible workaround for the fog issue, I've discovered that setting Atmospheric Fog > Lighting > Disable Ground Scatter to "True" wi ...
The leaking variable is UInstancedStaticMeshComponent::InstanceDataBuffers. The memory block is passed to InitPerInstanceRenderData() via InstanceDataBuffers.Release(). But the function doesn't mana ...
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 ...
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 ...