[CrashReport] UE4Editor_Engine!ReleaseVertexBuffer() [dynamicmeshbuilder.cpp:299]

UE - Graphics Features - Mar 16, 2018

No user comments in crash group 296 static void ReleaseVertexBuffer(FVertexBuffer& VertexBuffer) 297 { 298 ***** if (VertexBuffer.VertexBufferRHI->GetSize() <= FGlobalDynamicMesh ...

Spawned particles on the surface of a static mesh in Niagara get offset if the actor is anywhere but the world origin

UE - Niagara - Jun 11, 2018

Particles that are spawned using the surface of a static mesh will be offset from the systems placement in the world unless it is at world origin.  Working as expected in 4.19 CL# 4033788 Found in ...

"Expose on Spawn" variables in Actor Components are overridden by the details value.

UE - Gameplay - Aug 2, 2018

"Expose on Spawn" variables in Actor Components are overridden by the value set in their Details Panel when called in another Blueprint. This issue was reported and tested in 4.20.1 (CL-4233996). ...

Ensure when pasting copied nodes into an Object

UE - Gameplay - Aug 7, 2018

When copy and pasting nodes from an Actor Blueprint to an Object Blueprint the Editor stalls for a bit and an ensure occurs. This issue was reported and tested in 4.19.2 (CL-4033788). This issue ...

Mobile VR - Render Targets not working with Mobile Multi-View

UE - Platform - XR - Jun 6, 2019

Render target materials display as black on mobile VR when Mobile Multi-View is enabled. Also confirmed with LDR capture source. User also reports issues with scene depth (potentially fixed with [ ...

Using OnlineSubsystemGoogle cause ITMS-90809 warning when uploading iOS build to AppStoreConnect

UE - Online - Jan 16, 2020

Because the OnlineSubsystemGoogle for iOS use old GoogleSigninSDK(Ver4.x), when uploading the iOS build to AppStoreConnect, ITMS-90809 (using a deprecated UIWebView) will be issued. To fix this, we ...

Large Landscapes using World Composition have weird LODs when streamed out and back in

UE - World Creation - Worldbuilding Tools - World Composition - Mar 13, 2020

When World Composition Sublevels are streamed out and back in the LODs appear distorted. This reported and tested in 4.24.3 (CL-11590370). This was reproduced in 4.23.1 (CL-9631420), 4.25 Preview ...

WaitMutex behaves poorly when there are casing differences in the same path

UE - Foundation - Cpp Tools - UnrealBuildTool - Jan 5, 2021

The proposed solution here is to make the casing of the path provided to the hashing function for the mutex consistent with something like:publicstatic string GetUniqueMutexForPath(string Name, stri ...

Adding Components via Editor Utility Widgets does not add component to Details panel

UE - Gameplay - Blueprint Editor - Nov 14, 2022

Using the Editor Utility Widget to add components to objects in UE does not appear to function as expected. I reproduced this 8/8 times in UE 5.1, 5.0, and 4.27, confirming that this is not a regres ...

Cloth collisions thickness doesn't scale with the character.

UE - Simulation - Physics - Character - Jan 10, 2023

Character's clothes bubble up as their scale goes down due to the collision thickness not being correctly scaled. ...