When a TSoftObjectPtr pointing to a const type is used as a parameter for a Dyanmic delegate, unreal marks it as deprecaded.

UE - Core - Cpp Tools - UnrealHeaderTool - Jan 21, 2025

A change has been done to the TSoftObjectPtr class that warns when constructing a pointer-to non-const from a pointer-to-const. This change makes sense and is correct. Example: UTexture2D* Loade ...

Crash on packaged dedicated server when a uproperty is marked as both replicated and editor-only

UE - Core - Cpp Tools - UnrealHeaderTool - Nov 26, 2024

In some situations, it can be useful to have a replicated editor-only C++ property (For example, the user that reported this issue was attempting to replicate settings to the client for game designe ...

Crash during garbage collection when container UPROPERTIES specify raw interface pointer element types without TScriptInterface wrapper

UE - Core - Cpp Tools - UnrealHeaderTool - Oct 1, 2024

When a UPROPERTY() TMap or TArray has raw interface pointers as element type, the garbage collector tries to handle them and crashes. For raw interface pointers without a container, UHT generates a ...

UHT doesn't warn that a class/structure size is larger than 65535

UE - Core - Cpp Tools - UnrealHeaderTool - Sep 1, 2023

C# UHT fails to recognize delegates declared in another class's namespace

UE - Core - Cpp Tools - UnrealHeaderTool - Dec 14, 2022

Repro Rate: 3/3 This issue occurs in the live build //UE5/Release-5.1 at CL 23058290. This issue has also been regression tested against //UE5/Release-5.0 at CL 20979098 and is confirmed to be a r ...