DeterminesOutputType and AutoCreateRefTerm are not compatible

UE - Gameplay - Blueprint Compiler - Jan 19, 2024

The issue is due to the UK2Node_PureAssignmentStatement node that's created during node expansion when AutoCreateRefTerm is used on the target function. In the attached DOTBug image, you can see tha ...

Blueprints from UE4 with dangling delegate reroute node crashes on UE5 load

UE - Gameplay - Blueprint Compiler - Dec 22, 2023

If a project from UE 4.27 or earlier has a blueprint with a reroute node dangling (no outgoing connection) from a Custom Event Node's delegate pin (red), this blueprint will crash when loaded in UE ...

Selecting an asset directly in a blueprint method parameter asset selector fails when the parameter type is an interface.

UE - Gameplay - Blueprint Compiler - Oct 20, 2023

Ensure message: Ensure condition failed: false [KismetCompilerVMBackend.cpp][Line: 1076] It is not possible to express this interface property as a literal value! (InterfaceProperty /Script/BugRepr ...

FKismetCompilerUtilities::ValidateProperEndExecutionPath() was unintentionally removed from compile-time graph validation

UE - Gameplay - Blueprint Compiler - Oct 16, 2023

We no longer include a note/warning when an expected execution path will not be taken in a function graph due to the presence of a return node. This was inadvertently removed by the change that intr ...

The Blueprint compiler is not consistent with UHT when generating DefaultToInstanced variables

UE - Gameplay - Blueprint Compiler - Sep 7, 2023

UnrealHeaderTool and the Blueprint compiler generate inconsistent metadata for object reference variables whose underlying class type includes 'DefaultToInstanced' metadata. UnrealHeaderTool-genera ...

AddComponent node doesn't work correctly with macro libraries

UE - Gameplay - Blueprint Compiler - Apr 25, 2023

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 ...

Math expression nodes should use CommutativeAssociativeBinaryOperator when applicable

UE - Gameplay - Blueprint Compiler - Mar 27, 2023

Read-only nodes used in math expression should use CommutativeAssociativeBinaryOperator when appropriate. Even though these nodes can't be modified, there is the occasional need to copy these nodes ...

AutoCreateRefTerm pin type isn't preserved

UE - Gameplay - Blueprint Compiler - Mar 14, 2023

The use of AutoCreateRefTerm will dynamically change the return type of this function. However, it appears that we lose this type information after node expansion. If you view enable developer artif ...

Editor Crash after Compiling Primary DataAsset

UE - Gameplay - Blueprint Compiler - Feb 16, 2023

After compiling a data asset blueprint, attempting to open the parent data asset will crash the editor. From licensee: This is because in FAssetEditorToolkit::InitAssetEditor() the objects in Objec ...