The Physics Asset Editor has a "mirror" feature that allows physics bodies and constraints to be mirrored from one side of a skeleton to the other. If this operation worked correctly, it could save ...
When UPrimitiveComponent::CreateDynamicMaterialInstance is called on a skinned mesh, and the input material is invalid, we call USkinnedMeshComponent::GetMaterial to get the base material on the exi ...
Streaming out the navmesh and streaming the area back into the world before the GC runs causes the navmesh streamed back into the world to only have navmesh tiles on a layer with tiles that would b ...
The licensee has noticed that the deletion of a transient actor still marks the scene as dirty and asks it to be saved. Checking the source it was noted that the transient flag is not verified on de ...
I would like parity with legacy: 1) only one material 2) socket to be imported Box_Socket file imports same in legacy and interchange: it is just box and socket without collision. ...
When recording a checkpoint, it is treated as an initial replication, as all the changed properties since the channel was opened need to be recorded. This normally results in any initial only proper ...
Block tags are not working correctly in version 5.5.2, it was working in 5.5.1. This is caused by a change done in version 5.5.2. The exact CL is: CL 35930696 ...
As per the title, a cosmetic anim node should not be crashing an entire game. At worst these should be ensures. Its experimental, but its important they're removed before the experimental flag is re ...
There is an issue when setting a Static Mesh inside a blueprint that it is referenced by another blueprint with more than one child actor. An ensure is triggered inside the engine, and there is a ...
When a large scale value (e.g. 500) is set on the NiagaraActor, the mesh particle is unexpectedly hidden. This may be a side effect of the following change ([Link Removed]). PrimitiveData.NonUnifo ...