The background around a mesh moving via WPO is distorted. Mesh is correctly outputting velocities. ...
When using Push Replication with blueprints, UK2Node_VariableSetRef nodes do not mark a property as dirty and so the variable is not replicated. ...
Note that the issue does not happen if the two materials have different colors. Note also that the issue happens if one of the meshes to merge has 2 sections with the same material assigned ...
From licensee: When we run MainMap (NM-Standalone) and then open GameMap to play (options - listen). When the client joins the server, it won't be able to find the LevelStreaming in GameMap (see - ...
Static meshes can have normals flipped when the actor they are attached to has one component of its scale inverted. ...
Ran into a crash when trying to programmatically add foliage to a large WP level with some unloaded IFAs. ...
ABrush::SupportsExternalPackaging overrides the base implementation of AActor::SupportsExternalPackaging which returns false for transient actors, but it doesn't call super. As a result, transient ...
They've had some luck disabling UDP transport as mentioned in the following articles:https://docs.unrealengine.com/5.2/en-US/udp-messaging-settings-in-the-unreal-engine-project-settings/https://foru ...
DBuffer has 8 bit render targets for decals. The first render target holds BaseColor. It is not SRGB so we probably have poor precision distribution over the color range. It should be possible simpl ...