A project building in Visual Studio will sometimes fail with the error Unrecognized type 'FBar' - type must be a UCLASS, USTRUCT or UENUM. This can occur in situations where one struct was reference ...
When adding a Breakpoint within the "Blueprint Class Actor" editor using "Event Tick," the mouse cursor becomes constrained within the editor window box immediately after pressing Play. The mouse cu ...
Clothing can have noticeable popping when switching LODs, and there is currently no mechanism to initially start cloth in a resting pose, causing popping on spawn. ...
This is a trending GPU hang crash on Linux in 4.16 and 4.17. It is similar to [Link Removed] (nvidia-375) ...
In Unreal Engine version 5.5.4, the Editor crashes when performing Undo after deleting a Material Layer of a Material Instance ...
Lina encountered a crash when importing the attached FBX file with morph targets and animation, and then opening it in the animation editor. I was not able to reproduce this issue in QAGame (her re ...
If an AnimNode connected with Enum and AnimBP is nativized, the package will occur crash. Following settings is solve this issue. [BlueprintNativizationSettings] +ExcludedBlueprintTypes=/Script/En ...
Since multiple dict tags can be in a plist, not just the top level, need to be able to specify to only insert once. Adding an optional once="true" attribute to these commands in UPL will allow this ...
If code in an Actor Component class is changed (eg. a new UPROPERTY is added) and a hot reload is performed to implement the changes, the properties in the component can become linked across any Blu ...