An imported file that resides within the project's folders gets a relative path. That path is not updated it you copy the uasset to another folder. That breaks the Reimporting functionality.

UE - Editor - Content Pipeline - Aug 28, 2024

An imported file that resides within the project's folders gets a relative path. That path is not updated it you copy the uasset to another folder, so from the location of the new asset's the relati ...

ULidarPointCloud memory leak

UE - Editor - Content Pipeline - Jun 14, 2024

DataValidationCommandlet has no GC strategy and can run out of memory on large projects.

UE - Editor - Content Pipeline - May 27, 2024

The DataValidationCommandlet can run out of memory during execution as it does not unload any of the validated assets. This does not seem to be specific to the commandlet, since the UEditorValidato ...

Enabling SunPosition engine plugin causes a missing file warning in a packaged build

UE - Editor - Content Pipeline - Apr 18, 2024

Licensee noted that editor-only code from the Sun Position Calculator engine plugin was causing a warning in packaged builds. A similar issue was reported for 4.22 [Link Removed], but this appears t ...

Export Asset Task with Directory as Filename causes Editor Crash

UE - Editor - Content Pipeline - Jan 8, 2024

DataValidation System Implemented in EditorUtilityBlueprint Subsystem Crash

UE - Editor - Content Pipeline - Jul 24, 2023

Implementing data validation via an Editor Utility Blueprint works fine in the editor, but when run via the commandlet, the blueprint won't load the editor utility subsystems (i.e. Static Mesh Edito ...

ImportAssetsAutomated with CSV Factory Does Not Work with FText

UE - Editor - Content Pipeline - May 18, 2023

When importing a CSV into a data table using AssetToolsModule with a file containing an FText, the resulting FText value is invalid. As a note, there are no issues when importing an FGuid, a FString ...