Dataprep crash

UE - Editor - Content Pipeline - Visual Dataprep - Apr 16, 2025

This question was created in reference to: [Link Removed] Last post fixed the import crash, but it seems it added another. If we hit Execute button twice in a row by mistake we get a crash with th ...

WindDirectionalSourceComponent.h has a meta edit condition that, by referencing an undefined property (bSimulatePhysics), throws an error

UE - Gameplay - Apr 15, 2025

WindDirectionalSourceComponent.h has a meta edit condition that, by referencing an undefined class property (bSimulatePhysics), throws an error in the logs: LogEditCondition: Error: EditCondition pa ...

FName no longer equals FName_None when constructed with a trailing underscore and digits in range of 1-9

UE - CoreTech - Apr 15, 2025

When an FName is created with a trailing underscore and any number of digits in the range of 1-9 the trailing digits are used as the internal number value for the FName lookup. This results in the F ...

UPoseAsset::SetBasePoseName() always sets INDEX_NONE

UE - Anim - Runtime - Apr 11, 2025

UPoseAsset::SetBasePoseName() does not correctly set the BasePoseIndex when a valid pose name is provided. Regardless of input, the pose defaults back to ReferencePose. Upon inspection of the implem ...

Investigate PythonScriptPlugin module load order for preload module

UE - Editor - Workflow Systems - Apr 10, 2025

Crash when attempting to change the parent of a material instance constant through editor scripting

UE - Rendering Architecture - Materials - Apr 9, 2025

The built-in class "UMaterialEditingLibrary" provides various editor scripting functions related to creating and editing materials and material instances. One of these functions, UMaterialEditingLib ...

CitySample - Level MassCrowd - interactions with SmartObjects/ContextualAnimScene is broken in 5.5

UE - AI - Apr 9, 2025

The 5.5 version of the CitySample project, particularly the MassCrowd scene, was not properly maintained. The previously working functionality of NPCs being able to sit on a bench is now broken. CAS ...

Child widgets do not maintain the Enhanced Input bindings from their parents

UE - Editor - UI Systems - Apr 9, 2025

When a widget blueprint is created with Enhanced Input bindings in the event graph, when it is subclassed those bindings will not work in the child. This is inconsistent with how Actors function, an ...

Bug when loading an external project that also exists in the uprojectdirs

UE - Content - Sample - Apr 8, 2025

When launching the editor for the "external\foreign" project, the code in GetEngineAndProjectAbsoluteDirsFromExecutable ends up superseding the path returned from {{FPlatformMisc::ProjectDir() }} wi ...