When repackaging the same project over and over again for HTML5, the Utility.js folder doesn't delete/clear during the repackaging process like it's suppose to. ...
If a client joins a session while the host is moving their character, the character's mesh will become offset on the client. Example Video: [Link Removed] Found in 4.16.1 and reproduced in 4.17 M ...
A crash is occurring when adding an empty shader directory when using the custom node within the material editor. This crash is preventing some users from opening their projects that use this workfl ...
If "UVFlipping Mode" under Rendering on the Required node of an emitter is set to anything other than "None," the particles can become stretched and distorted. As a workaround, I have discovered th ...
The questioner of this problem at UDN wants to create a Precomputed Vosability Volume with the deformed volume. When Extruded Precomputed Vosability Volume is used, the cell will not fill this volum ...
"Cast Dynamic Shadow As Masked" is not visible at Material Instance. There is no property in Material Instance, but it does not work even if Base property is Enable, so it seems like a bug. ...
When deleted a component in the in world component editor, that name cannot be used for another component until the editor has been restarted. ...
The variable emitting this ensure (RelativeWorldToDecalMatrix) is not actually used, so this line can be removed. FDeferredDecalPS::SetParameters ... const FLargeWorldRenderPosition AbsoluteOri ...
Here is a work around bool FTriangleMeshSweepVisitor::VisitSweep(const TSpatialVisitorData<int32>& VisitData, FRealSingle& CurDataLength) { ... if (CullsBackFaceSweepsCode != 0) { if ...
The distance field scene is shared between scene renders in a given frame. However, LOD requests are not tracked over the entire frame, but per scene render (e.g. camera or scene capture). Thus, if ...