Calling SetOneWayInteraction on a BodyInstance has no effect within the physics engine. The state of the flag is passed in to Chaos but nothing actually uses the value once it is there. It is expe ...
We've started seeing a crash in editor when re-importing one of our assets. <pre class="ql-syntax">Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 783] Array index out of ...
Switching sub anim instances that have a set tag will crash the editor when compiled. This is likely due to the use of Tag as the object name. The tag does not change, and the old UObject is still a ...
Deleting the first instanced subobject entry from a default value for a map or set variable can result in accessing an incorrect subobject for the element's value during reinstancing, which can then ...
Decals are not spawning correctly when spawning based on a rotation value from the hit normal. There is a difference in how this is handled from 4.10.4 to 4.11 and even 4.12. See attached image fo ...
User comment in crash group:error when i reimpot a mesh from a .fbx create in 3d max 213 void FVertexFactory::SetPositionStream(FRHICommandList& RHICmdList) const 214 { 215 ...
Marking as a regression as this does not occur in 4.25.4 User description: I want to have UMG UI that persists for the lifetime of the game so I create my root widget and add it to the viewport fr ...
Context Sensitive searches in Widget Blueprints is not working as expected in 5.1. I was able to reproduce this 4/4 times in 5.1, and confirmed that this issue is a regression as the search works as ...
The reimport process does not respect the new source path. Below is a workaround. UE::Interchange::FAssetImportResultRef FReimportManager::ReimportAsync(UObject* Obj, bool bAskForNewFileIfMissing, ...
From licensee:When a material instance is applied to a landscape in a scene and the user resets param in that material instance, that edit is not applied to rendered landscape (while it is if the ma ...