Nanite Meshes are visible inside the view when using Texture Streaming Accuracy Viewmodes, they are not recoloured This includes all of the Optimization Viewmodes under Texture Streaming Accuracy:P ...
This was reported in a UDN. Jeremy M. originally pointed out that the stepping looks to be caused by high res geometry sampling a low res heightmap. Additional observations:Loading the tile in w ...
The ObjectScale node does not output the correct values in the material editor. This method works to tile images with a Surface Material Domain on a basic plane, but does not work when using it with ...
Merging actors with cast shadows disabled causes the merged actor to be unable to cast shadows at all. Toggling the Cast Shadows option does not resolve the issue. This is seen in //UE4/Release-4.2 ...
Modifying Override Parameters on NiagaraActor blueprints created from a System Actor does not work The System component appears to only use the default value set in the System. This issue does no ...
GPUScene primitive validation is currently busted and asserts. It looks like there are two problems: 1) NaN's in the entries can cause comparison issues, so a MemCmp would be better. 2) There's a ...
The fbx exporter should query component material override when exporting a level actor. ...
7054614 was submitted to fix an issue with not being able to modify physics properties on instanced blueprints child components. This is related to [Link Removed]. This change causes BodyInstance t ...
The Export map will properly be updated but the creation of the import will fail with SourceIndex == INDEX_NONE From MarcA: I'm guessing the import source index is always none for native classe ...