External textures currently only support pixel shaders, presumably because some platforms, such as Android only have pixel shader support. On other platforms this causes a regression though: For exa ...
The current lifetime management of regex patterns means that we can attempt to destroy them after ICU has been shutdown. We should change these to follow the same pattern as break-iterators, and exp ...
Export fbx currently exports specific properties that match onto existing maya attributes. Some properties don't match directly but they should still be exported as "custom attributes". ...
Currently, properties added to a native class in a derived blueprint class are not being recognized by the Bind menu on UserWidgets. The only way to make additional properties appear in this list is ...
Users with GNOME Shell installed have reported having issues with multi-monitor support when the monitors are not equally sized or the same aspect ratio. If the application is moved from a smaller ...
Normals do not stay with the face of the asset that has been imported using Alembic whle animating -use import settings for documentation and check Recompute Normals and Force One Smoothing Group P ...
When importing an Alembic file into Unreal Engine an extra frame is added automatically to the frame range in the import settings -abc file has been brought into Maya 2016 and exported again as an ...
Tested in Oculus. Found in 4.18.2 CL 3794801, 4.17.2 CL 3658906. Not able to reproduce in 4.19 Main due to a crash upon launching VR Mode. Users are able to select any of the first four sculpt ...
When undoing variables in a Structure it clears the referenced Datatable of all its rows. However deleting and just adding a new variable works fine. Repeated undos have the chance to add back the ...
This issue has been around for a long time (potentially UE3). UNetDriver::Time is a float, which is updated by accumulating Delta Time during ticks. This means the longer a game runs, and the highe ...