UDN Link: https://udn.unrealengine.com/s/case/5004z00001ndG9mAAE/tarray-uproperty-element-do-not-get-the-correct-default-value ...
[Link Removed] JH 2023-04-28 01:12:36 UTC Editing any object's float/double property via an Editor details panel will be truncated if it has more than 6 decimals of precision. (e.g. if I type in 0.12 ...
This seems be solved if asset is modify and saved again (Show in the video resource below ) [Link Removed] UDN Thread: https://udn.unrealengine.com/s/case/5004z00001nzoC9AAI/soft-reference-to-r ...
This is a unique problem with macro libraries and the AddComponent node. It would appear that the issue has to do with the MakeNewComponentTemplateName function that we use when we create these func ...
We recently hit a situation where some actors would suddenly teleport across the map when they were modified in the editor. We figured out that the AttachParent of some actors got reset on editor l ...
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 ...
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 ...