SynthComponent does not execute OnStop() after calling Stop(). OnStop() will be called in PumpPendingMessages() via OnGeneratePCMAudio(). But after stopping the AudioComponent, the procedural Sound ...
Crash occurs in FGPUBaseSkinVertexFactory::FShaderDataType::UpdateBoneData() on RenderThread2 at the following line: check(NumBones <= MaxGPUSkinBones); The problem seems to be a race condition ...
Changing the case of any node with a String input will not be saved User Description: Changing case of any string input in BP not accepted But the problem is still happened on any string input of ...
A licensee has reported that the Draw function in BatchedElements.cpp can set the OrthoZoomFactor (not a local variable) to 1.0f if Line.bScreenSpace is ever found to be false. The line this can oc ...
When a user first creates a VR template, if they're without motion controllers, they may wonder why it's "not working" (can't move, etc.) We should more directly message out that this is based on t ...
As per the steps to reproduce, the Substrate Add node only adds the first Substrate Slab's Emissive value when "Use Parameter Blending" is enabled. Leaving "Use Parameter Blending" unchecked on the ...
If the user uses a Blueprint Interface in children Blueprints and then goes to the parent Blueprint and tries to implement the same Blueprint Interface in the parent Blueprint, the editor will crash ...
When working in Manage Mode with Landscapes and deleting a component, if you undo the deletion, you can no longer modify or select the component. I did attempt to rebuild the scenes lighting and ge ...
"Files need check-out!" dialog no longer appears when you begin to modify an asset that is not checked out. Setting is enabled by default: [Image Removed] But message doesn't appear if you, for e ...
The server is not seeing the correct walking animations on each of the clients and after doing some digging, we found that the Pawn->GetVelocity() function is returning something drastically smaller ...