Context A crash can be induced with running Unreal Engine with DirectX11, a AMD GPU and running -renderoffscreen flag, and the main window is resized. This issue was first observed with the PixelStre ...
This seems to be a result of how the changemask is handled for fast arrays. Because the changemask is a fixed set of bits (defined by IrisFastArrayChangeMaskBits), a single bit can represent multipl ...
When launching the editor for the "external\foreign" project, the code in GetEngineAndProjectAbsoluteDirsFromExecutable ends up superseding the path returned from {{FPlatformMisc::ProjectDir() }} wi ...
Materials that make use of the analytical derivatives path to avoid hardware derivatives can still generate derivative operations on texture samples when the shading model has a custom data pin and ...
The 'VolumeBounds' array in FTranslucentLightInjectionCollector::AddLightForInjection is accessed as a pointer instead of with 'VolumeCascadeIndex' and thus fails bounds checks for the outer volume. ...
When a shipping build is packaged using specific rendering settings a memory leak can be observed. The licensee has noted that this leak presents as a 10MB per hour increase in RAM usage. It has a ...
When a "Make Static" node is used in a Niagara Function Script or Niagara Module Script to supply the input value for a Static Switch Selector or, a Function Parameter, or a Function Parameter Defau ...
Consider a Niagara Function or Module Script containing a Static Switch node. If the "Expose as Pin" option is enabled for its selector variable, an input pin with type "static bool" appears. In one ...
Consider a Niagara Function Script containing a Static Switch node with the "Expose as Pin" option disabled for its selector variable. When the function is called by another Niagara Function or Niag ...