Ensure failing when compiling Macro Library blueprints

UE - Framework - Blueprint Compiler - Mar 10, 2025

Editor crash after reverting a Blueprint asset in source control

UE - Framework - Blueprint Compiler - Feb 26, 2025

Added context from dev support ticket:The crash occurs because FDelegateProperty::Serialize accesses a dangling SignatureFunction pointer. Given that its derefencing dangling pointers the specifi ...

Blueprint function-local variable properties don't copy metadata from the source FBPVariableDescription

UE - Framework - Blueprint Compiler - Jan 23, 2025

FKismetCompilerContext::CreateUserDefinedLocalVariableForFunction() does not copy the metadata from the source FBPVariableDescription entry. Class variables work because there is code for that in FK ...

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

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

Overriding a subobject's class in a native base class can lead to that component being null in derived Blueprints (FObjectInitializer::SetDefaultSubobjectClass)

UE - Framework - Blueprint Compiler - Jun 10, 2021

Overriding a subobject's class in a native base class can lead to that component being null in derived Blueprints.  ...