Color obtained in Retainer Box differs from color visible in material preview when set by Vector Parameter

UE - Graphics Features - Aug 12, 2019

Color set by Vector Parameters in a material differs in preview from color obtained in retainer box. Obtained color does not match either sRGB or Linear values of color visible in material preview. ...

Long thin spinning objects take too long to stop spinning

UE - Simulation - Physics - Solver - Jun 5, 2023

See the SpinningObjectStability test map in the Physics Sandbox. [Link Removed] It's not clear if this is a bug or a side effect of some of our solver shortcuts (e.g., omission of the precession te ...

On level restart, user receives LogNetPackageMap warnings in networking project with seamless travel

UE - Networking - Mar 19, 2015

On level restart, user receives LogNetPackageMap warnings in networking project with seamless travel. Warning message: LogNetPackageMap:Warning: Using None instead of replicated reference to MyAct ...

[CrashReport] UE4Editor_Core!FModuleManager::UnloadModule() [modulemanager.cpp:557]

UE - Foundation - Core - Feb 27, 2017

Error message: Assertion failed: ModuleInfo.Module.IsUnique() [Link Removed] [Line: 557] Source Context: Most recent user affected CL: Logs: See attached Issue call stack shares some similariti ...

Duplicated Editor-Runtime actors won't tick

UE - Gameplay - Aug 29, 2018

When duplicating an Actor at Runtime, the duplicated Actor won't execute any tick events when duplicated from the World Outliner or Alt-clicked and dragged in the Viewport. If the Actor is dragged i ...

Data table editor uses property names as column headings

Tools - Nov 2, 2018

The column names in the data table editor appear to directly use the property name instead of the "pretty" version of the property name. If the "DisplayName" meta specifier is used, though, that is ...

Performance drop when spawning AI actors during runtime compared to placing them in world

UE - AI - Jan 9, 2019

There is a performance difference between spawning and placing AI into a level. This is causing issues when spawning/despawning AI actors in a large open world, where 4-5ms of frame time quickly bui ...

Volumetric Lightmaps do not work with Landscape texture mapping

UE - Graphics Features - Feb 13, 2019

It appears that the Lightmass Volumetric Lightmap does not work with Landscape textures. When it samples the Landscape with some textured material, the resulting lighting build data does not match t ...

Client movement and animation are heavy jittered on listen server

UE - Gameplay - Player Movement - May 10, 2019

The listen server will see jitter in clients character movement and animations. This is hard to notice without the "slomo" command but is extremely obvious using "slomo". Clients will see server and ...

Sharing Material shaders wastes memory and disappears from the memreport

UE - Graphics Features - Jul 18, 2019

Enabling bShareMaterialShaderCode breaks memory tracking and wastes memory due to issues in ShaderCodeLibrary. It is also worth noting that after cooking with bShareMaterialShaderCode enabled causes ...