Volumetric fog flicker side screen

UE - Rendering Architecture - Nov 29, 2023

The flicker is visible in Epic scalability as well, it is just smaller on screen because the fog voxels are smaller (r.VolumetricFog.GridPixelSize). ...

Nanite shadow issue in commandline rendering

UE - Graphics Features - Nov 28, 2023

Setting Texture Group "UI" from Editor Utility Blueprint at Import causes a crash

UE - Texture - Nov 28, 2023

In Blueprint, binding a custom event to OnAssetPostImport and setting TextureGroup to UI causes the UE editor to crash. But if it sets to the other group like "World" or "Character", this crash does ...

UMovieSceneDMXLibrarySection::GetFixturePatches returns invalid patches

UE - Virtual Production - IO - DMX - Nov 28, 2023

UMovieSceneDMXLibrarySection::GetFixturePatches() returns an invalid patch as follows. The if condition needs to be corrected.  TArray<UDMXEntityFixturePatch*> UMovieSceneDMXLibrarySection::GetFixt ...

Newly added local variable types are not consistent with prior variable type

UE - Anim - Rigging - Control Rig - Nov 27, 2023

It seems that local variable creation in control rig isn't following the pattern with regular control rig variables (and general blueprint variables) where the last created and/or edited variable ty ...

Delayed movement adjustment can include incorrect movement mode

UE - Gameplay - Player Movement - Nov 27, 2023

It's possible for the server to send a client's character a movement correction with the wrong movement mode.  This can occur if a project has client adjustment throttling settings enabled:  Networ ...

Details Panel - ShowOnlyInnerProperties does not work in nested structs unless the outer struct also has the metadata

UE - Editor - Workflow Systems - Nov 27, 2023

The current implementation for inlining struct members is setup in a way where we start with the outermost struct and only recurse into any child structs if it contains the ShowOnlyInnerProperties m ...

PSO Creation hangs on task in Shipping build

UE - Rendering Architecture - RHI - Nov 27, 2023

Running with `r.AsyncPipelineCompile=0` causes the issue not to happen. It fails to open about 4 times out of 5. No such problem in development build., it always succeeds. We noticed that if we de ...