When you select an object in the viewport and use "Snap Object to View", the editor pivot (e.g. the location of the transform widget) doesn't change. It stays where the object used to be until you c ...
The p4 files command is used to grab the list of depot files. This does not have a client path, but the parse records function called in FPerfroceGetFileListWorker::Execute (ParseRecordSetForState) ...
The Add Content menu in the engine (on the menu bar just above the viewport) maintains a category of Recently Placed actors. In order to remember items between runs of the editor, the Recently Place ...
There is an issue with PIE where sometimes TMap and TSet properties using TSoftObjectPtr or FSoftObjectPath values as keys don't work correctly. Items which are in the container aren't found despite ...
There's actually two issues going on here: 1. The REINST references are incorrect, and due to [Link Removed]. 2. Blueprint created components will always have different names between the instance ...
This indicates that we're incorrectly reconstructing pins when the REINST classes are still around. The root cause is actually due to a cyclic dependency with external actors when using World Parti ...
Source: UDN ticket Stepping through, when SetSubmixSendSettings() is called on the SubmixSendVolumeComponent, the SubmixSendSettings on the Component initially get changed before the NotifyDataChan ...
The Fast Track icon is not displayed when there are no variables connected to the AnimGraph. This issue was not present in UE4. ...
This came via a UDN. Very small triangles can generate very small lods, which make query time really slow if your self collision thickness is significantly larger. You will do X^3 checks per query ...
In 4.27 & 5.0 when you press the in-app screen recorder button it would pop-up a msg about the user giving permission to allow the screen recording and then would start the recorder and save the mov ...